| 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/graphics/birdfont/ |
Upload File : |
PORTNAME= birdfont
DISTVERSION= 2.32.3
PORTREVISION= 1
CATEGORIES= graphics x11-fonts
MASTER_SITES= https://birdfont.org/releases/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format
WWW= https://birdfont.org/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/GPLv3.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}doit>0:devel/py-doit@${PY_FLAVOR}
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgee-0.8.so:devel/libgee \
libharfbuzz.so:print/harfbuzz \
libnotify.so:devel/libnotify \
libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libxmlbird.so:textproc/libxmlbird
USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \
pkgconfig python:3.7+,build shared-mime-info shebangfix \
sqlite:3 tar:xz vala:build
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_LDCONFIG= yes
SHEBANG_FILES= configure install.py
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --cc="${CC}" \
--cflags="${CFLAGS}" \
--dest="${STAGEDIR}" \
--ldflags="${LDFLAGS}" \
--prefix="${PREFIX}"
_STRIPPABLE= bin/birdfont bin/birdfont-autotrace bin/birdfont-export \
bin/birdfont-import lib/libbirdfont.so.36.0 \
lib/libbirdgems.so.0.0
do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} build.py)
do-install:
(cd ${WRKSRC} && ./install.py \
--dest="${STAGEDIR}" \
--nogzip=1 \
--manpages-directory="/share/man/man1")
@(cd ${STAGEDIR}${PREFIX} && \
${STRIP_CMD} ${_STRIPPABLE})
.include <bsd.port.mk>