summaryrefslogtreecommitdiffstats
path: root/print/gtklp/Makefile
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-02-08 21:29:31 +0000
committersat <sat@FreeBSD.org>2007-02-08 21:29:31 +0000
commit5804bfdaf2844fb3d8b13b0c990e85cf1f2156ab (patch)
tree52138b03d6d810d884ee60790b30a764a109f2da /print/gtklp/Makefile
parent29231548a8f6c931b083bf1ac9b05e34f6d17032 (diff)
downloadFreeBSD-ports-5804bfdaf2844fb3d8b13b0c990e85cf1f2156ab.zip
FreeBSD-ports-5804bfdaf2844fb3d8b13b0c990e85cf1f2156ab.tar.gz
- Update to 1.2.3
- Move from x11r6 to localbase
Diffstat (limited to 'print/gtklp/Makefile')
-rw-r--r--print/gtklp/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile
index c4dc026..55a710b 100644
--- a/print/gtklp/Makefile
+++ b/print/gtklp/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= gtklp
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
@@ -19,15 +18,15 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk20
+USE_GETTEXT= yes
USE_OPENSSL= yes
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
MAN1= gtklp.1 gtklpq.1
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
-
.include <bsd.port.mk>
OpenPOWER on IntegriCloud