diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 02:45:24 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 02:45:24 +0800 |
commit | 11038627e0d19047e035cf76808b18c42b626db2 (patch) | |
tree | a33182712876e34a1ee09c3602c574373f386d4c /print/pslib | |
parent | db78cc61de36a8607779129a5d8402295cdcc4a2 (diff) | |
download | freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.tar.gz freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.tar.zst freebsd-ports-gnome-11038627e0d19047e035cf76808b18c42b626db2.zip |
- Convert print/pslib to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Replace LDFLAGS with LIBS
Diffstat (limited to 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 13 | ||||
-rw-r--r-- | print/pslib/pkg-plist | 4 |
2 files changed, 9 insertions, 8 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 diff --git a/print/pslib/pkg-plist b/print/pslib/pkg-plist index 0fa791f0facf..0302822f0244 100644 --- a/print/pslib/pkg-plist +++ b/print/pslib/pkg-plist @@ -2,9 +2,9 @@ include/libps/pslib-mp.h include/libps/pslib.h include/libps/psversion.h lib/libps.a -lib/libps.la lib/libps.so -lib/libps.so.4 +lib/libps.so.0 +lib/libps.so.0.4.5 libdata/pkgconfig/libps.pc man/man3/PS_add_bookmark.3.gz man/man3/PS_add_kerning.3.gz |