| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/x11-toolkits/pango/ |
Upload File : |
PORTNAME= pango
PORTVERSION= 1.50.9
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= desktop@FreeBSD.org
COMMENT= Open-source framework for the layout and rendering of i18n text
WWW= https://www.pango.org/
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libfontconfig.so:x11-fonts/fontconfig \
libfribidi.so:converters/fribidi
RUN_DEPENDS= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \
${FONTENCOD}:x11-fonts/encodings
PORTSCOUT= limitw:1,even
USES= compiler:c11 cpe gettext gnome localbase meson pkgconfig python:env tar:xz
USE_LDCONFIG= yes
USE_GNOME= cairo glib20 introspection:build
CPE_VENDOR= gnome
VERSION= 1.8.0
LIBVERSION= 0.5000.9
PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION}
FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf
FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir
OPTIONS_SUB= yes
OPTIONS_DEFINE= X11 DOCS MANPAGES
OPTIONS_DEFAULT=X11 MANPAGES
DOCS_MESON_TRUE= gtk_doc
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen
MANPAGES_BUILD_DEPENDS= help2man:misc/help2man
X11_MESON_ENABLED= xft
X11_USES= xorg
X11_USE= XORG=x11,xft,xrender
pre-configure:
# .if !exists() evaluates too early before cairo has a chance to be installed
@if ! pkg-config --exists cairo-gobject; then \
${ECHO_MSG} "${PKGNAME}: Needs cairo with GLIB (GObject) support enabled."; \
${FALSE}; \
fi
.include <bsd.port.mk>