1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert print/pslib to USES=libtool and bump dependent ports

- Add INSTALL_TARGET=install-strip
- Replace LDFLAGS with LIBS
This commit is contained in:
Tijl Coosemans 2014-07-08 18:45:24 +00:00
parent 1a8b9f9881
commit a902e712f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361275
4 changed files with 11 additions and 10 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= ps
PORTVERSION= 1.3.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= print pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-

View File

@ -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

View File

@ -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

View File

@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage
DISTVERSION= 0.9.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE)