summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-31 05:21:37 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-08-31 05:21:37 +0800
commite19e3206e406622f67b8d51f309c0dd8311a6c8a (patch)
tree131598b4d295cb8f0cfe348c00edb1854619c8f9 /graphics/gdk-pixbuf2/Makefile
parent152db8fadf07679f2363a068fd6f9d726651c98e (diff)
downloadmarcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar.gz
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar.bz2
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar.lz
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar.xz
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.tar.zst
marcuscom-ports-e19e3206e406622f67b8d51f309c0dd8311a6c8a.zip
Update to 2.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16139 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r--graphics/gdk-pixbuf2/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
new file mode 100644
index 000000000..b63f6bd3d
--- /dev/null
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: gdk-pixbuf
+# Date created: 5th October 1999
+# Whom: Ade Lovett <ade@lovett.com>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.15 2011/06/27 21:10:23 kwm Exp $
+
+PORTNAME?= gdk-pixbuf
+PORTVERSION= 2.24.0
+CATEGORIES?= graphics
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R}
+DISTNAME= gdk-pixbuf-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A graphic library for GTK+
+
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ jpeg.11:${PORTSDIR}/graphics/jpeg \
+ jasper.4:${PORTSDIR}/graphics/jasper
+
+LATEST_LINK= gdk-pixbuf2
+USE_XZ= yes
+USE_GMAKE= yes
+USE_XORG= xt xi x11
+USE_AUTOTOOLS= libtool
+USE_GNOME+= gnomehack glib20 ltverhack
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --enable-introspection=yes --with-libjasper
+
+MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
+
+post-install:
+ @cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake install-man1
+
+.include <bsd.port.mk>