aboutsummaryrefslogtreecommitdiff
path: root/print/pslib/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-08 18:45:24 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-08 18:45:24 +0000
commita902e712f5a2fc047e0ea68524fade38c3bc5625 (patch)
treea33182712876e34a1ee09c3602c574373f386d4c /print/pslib/Makefile
parent1a8b9f9881a539865e0ccc87dae1886b2cfb9552 (diff)
downloadports-a902e712f5a2fc047e0ea68524fade38c3bc5625.tar.gz
ports-a902e712f5a2fc047e0ea68524fade38c3bc5625.zip
- Convert print/pslib to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip - Replace LDFLAGS with LIBS
Notes
Notes: svn path=/head/; revision=361275
Diffstat (limited to 'print/pslib/Makefile')
-rw-r--r--print/pslib/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index 4a2a67ce9f1d..250d3c42aeb7 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -3,12 +3,12 @@
PORTNAME= pslib
PORTVERSION= 0.4.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= mva@FreeBSD.org
-COMMENT= A C-library for generating multi page PostScript documents
+COMMENT= C-library for generating multi page PostScript documents
LICENSE= GPLv2
@@ -16,12 +16,13 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng15.so:${PORTSDIR}/graphics/png \
libtiff.so:${PORTSDIR}/graphics/tiff
-USES= pathfix pkgconfig gettext gmake
+USES= gettext gmake libtool pathfix pkgconfig
USE_GNOME= intlhack
-USE_AUTOTOOLS= libtool
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lintl
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib -lintl
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= EXAMPLES MANPAGES NLS
OPTIONS_DEFAULT= MANPAGES NLS