aboutsummaryrefslogtreecommitdiffstats
path: root/print/trueprint/Makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-04-16 19:09:56 +0800
committergahr <gahr@FreeBSD.org>2008-04-16 19:09:56 +0800
commit884c8a2e8a4338dcb480840c6048f297d848b275 (patch)
treea7609a3a9433bd46da5c7ca8f8b5184481731c8d /print/trueprint/Makefile
parent78aa720576055e414e11b04a2230f0c441c4c1d9 (diff)
downloadfreebsd-ports-gnome-884c8a2e8a4338dcb480840c6048f297d848b275.tar.gz
freebsd-ports-gnome-884c8a2e8a4338dcb480840c6048f297d848b275.tar.zst
freebsd-ports-gnome-884c8a2e8a4338dcb480840c6048f297d848b275.zip
- Update to 5.3
Approved by: miwi (mentor)
Diffstat (limited to 'print/trueprint/Makefile')
-rw-r--r--print/trueprint/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile
index ae1ab19486b4..60ca85873bdf 100644
--- a/print/trueprint/Makefile
+++ b/print/trueprint/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= trueprint
-PORTVERSION= 5.2
-PORTREVISION= 1
+PORTVERSION= 5.3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= trueprint
@@ -16,9 +15,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Print program listings on postscript printer
USE_GMAKE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="-L${LOCALBASE}/lib -lintl"
MAN1= trueprint.1
INFO= trueprint
+PLIST_FILES= bin/trueprint
+
.include <bsd.port.mk>