summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 03:44:33 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 03:44:33 +0800
commit817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch)
tree5a679ff3c41382969b2e70a71da9a9484e795111 /graphics/gdk-pixbuf2/Makefile
parent44dcca2542e8092cf3bd06845987212d9b95886c (diff)
downloadmarcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst
marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace that with INSTALL_TARGET=install-tsrip - Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex) and use either binary names (when possible) or package names instead. I've been tempted to convert options to a more compact form, but this will happen in the future. Tested by: two complete poudriere runs git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r--graphics/gdk-pixbuf2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index e2773991c..f2c0bff9f 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -4,6 +4,7 @@
PORTNAME= gdk-pixbuf
PORTVERSION= 2.30.8
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
@@ -13,13 +14,14 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Graphic library for GTK+
USE_XORG= xt xi x11
-USES= gmake libtool:keepla pathfix pkgconfig tar:xz
+USES= gmake libtool pathfix pkgconfig tar:xz
USE_GNOME+= gnomehier glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-introspection=yes --with-x11
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= JASPER JPEG PNG TIFF
OPTIONS_DEFAULT=JASPER JPEG PNG TIFF
@@ -68,7 +70,5 @@ PLIST_SUB+= TIFF="@comment "
post-install:
@cd ${WRKSRC}/docs/reference/gdk-pixbuf && env DESTDIR=${STAGEDIR} ${GMAKE} install-man1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdk_pixbuf*-2.0.so.0
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdk-pixbuf-2.0/${GTK2_VERSION}/loaders/lib*.so
.include <bsd.port.mk>