From a902e712f5a2fc047e0ea68524fade38c3bc5625 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 8 Jul 2014 18:45:24 +0000 Subject: - Convert print/pslib to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Replace LDFLAGS with LIBS --- print/pslib/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'print/pslib/Makefile') 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 -- cgit v1.2.3