2013-03-04 11:55:23 +01:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
2011-03-30 02:20:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= font-manager
|
|
|
|
PORTVERSION= 0.5.7
|
2018-02-19 12:10:43 +01:00
|
|
|
PORTREVISION= 7
|
2011-03-30 02:20:37 +02:00
|
|
|
CATEGORIES= x11-fonts gnome
|
|
|
|
|
2017-02-15 14:19:45 +01:00
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
2014-02-16 10:37:21 +01:00
|
|
|
COMMENT= Font management application for the GNOME desktop
|
2011-03-30 02:20:37 +02:00
|
|
|
|
2014-02-16 10:37:21 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-02-15 14:19:45 +01:00
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libsqlite3.so:databases/sqlite3
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
2011-03-30 02:20:37 +02:00
|
|
|
|
2017-02-15 14:19:45 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= FontManager
|
|
|
|
GH_PROJECT= master
|
|
|
|
|
2011-03-30 02:20:37 +02:00
|
|
|
USE_GNOME= pygtk2
|
|
|
|
GNU_CONFIGURE= yes
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= gmake pkgconfig python:2.7 tar:bzip2
|
2011-03-30 02:20:37 +02:00
|
|
|
|
2011-09-23 05:06:56 +02:00
|
|
|
PORTDATA= *
|
2011-03-30 02:20:37 +02:00
|
|
|
|
2016-11-08 22:41:36 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2011-03-30 02:20:37 +02:00
|
|
|
|
2017-02-15 14:19:45 +01:00
|
|
|
OPTIONS_SUB= yes
|
2014-02-16 10:37:21 +01:00
|
|
|
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2017-02-15 14:19:45 +01:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_USES_OFF= gettext-runtime
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${CHMOD} 0544 ${WRKSRC}/configure ${WRKSRC}/po/pogen.sh
|
2014-02-16 10:37:21 +01:00
|
|
|
|
2011-03-30 02:20:37 +02:00
|
|
|
.include <bsd.port.mk>
|