aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 15:10:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 15:10:25 +0000
commit9853a9aa0e7a8c6074d0c3af2696dcc7a8e83bb6 (patch)
tree064c80ed6226b89e36f1500a15fb804042d93a80 /x11-fonts
parente9ffa9ecf0bb5ebcf6ae6245fc71cc3dbefc0f49 (diff)
downloadports-9853a9aa0e7a8c6074d0c3af2696dcc7a8e83bb6.tar.gz
ports-9853a9aa0e7a8c6074d0c3af2696dcc7a8e83bb6.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fntsample/Makefile22
1 files changed, 9 insertions, 13 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile
index 79a41dae4a5b..6101829a3a58 100644
--- a/x11-fonts/fntsample/Makefile
+++ b/x11-fonts/fntsample/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fntsample
-# Date created: 22 January 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME?= fntsample
PORTVERSION= 3.2
@@ -22,25 +18,25 @@ LICENSE= GPLv3
USE_PERL5= run
USES= perl5
+MAN1= ${PORTNAME}.1
+
.if defined(PDFOUTLINE)
-RUN_DEPENDS= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \
+RUN_DEPENDS+= p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl \
p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
NO_BUILD= yes
-MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME}
.else
-BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
-RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline
+BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
+RUN_DEPENDS+= pdfoutline:${PORTSDIR}/textproc/pdfoutline
+CONFIGURE_ARGS+=--disable-silent-rules \
+ --with-unicode-blocks=${WRKSRC}/Blocks.txt
+GNU_CONFIGURE= yes
USE_GNOME= pango
USES+= gettext
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-silent-rules \
- --with-unicode-blocks=${WRKSRC}/Blocks.txt
-MAN1= ${PORTNAME}.1
PLIST_FILES= bin/${PORTNAME} share/locale/uk/LC_MESSAGES/${PORTNAME}.mo
.endif