1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

. support stage;

. use new LIB_DEPENDS syntax.
This commit is contained in:
Boris Samorodov 2013-09-26 19:17:09 +00:00
parent ae79f47c17
commit ad654aa12e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328408

View File

@ -10,17 +10,17 @@ COMMENT= Utility to print multiple images per sheet
LICENSE= GPLv2
LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \
expat:${PORTSDIR}/textproc/expat2 \
gdk_pixbuf-2.0:${PORTSDIR}/graphics/gdk-pixbuf2 \
gutenprint:${PORTSDIR}/print/gutenprint \
lcms:${PORTSDIR}/graphics/lcms \
netpbm:${PORTSDIR}/graphics/netpbm \
pcre:${PORTSDIR}/devel/pcre \
pixman:${PORTSDIR}/x11/pixman \
png15:${PORTSDIR}/graphics/png \
pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
tiff:${PORTSDIR}/graphics/tiff
LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 \
libgutenprint.so:${PORTSDIR}/print/gutenprint \
liblcms.so:${PORTSDIR}/graphics/lcms \
libnetpbm.so:${PORTSDIR}/graphics/netpbm \
libpcre.so:${PORTSDIR}/devel/pcre \
libpixman-1.so:${PORTSDIR}/x11/pixman \
libpng15.so:${PORTSDIR}/graphics/png \
libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
libtiff.so:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
USES= desktop-file-utils gettext pkgconfig
@ -31,7 +31,6 @@ INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
${WRKSRC}/gp_cppsupport/gprinter.cpp