diff options
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile deleted file mode 100644 index 0eb77adca..000000000 --- a/graphics/gdk-pixbuf2/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# Created by: Ade Lovett <ade@lovett.com> -# $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.27 2012/12/10 12:08:35 kwm Exp $ - -PORTNAME= gdk-pixbuf -PORTVERSION= 2.26.5 -CATEGORIES= graphics -MASTER_SITES= GNOME -PKGNAMESUFFIX= 2 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphic library for GTK+ - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - -LATEST_LINK= gdk-pixbuf2 -USE_XZ= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_XORG= xt xi x11 -USE_AUTOTOOLS= libtool -USE_GNOME+= gnomehack glib20 ltverhack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-introspection=yes --with-x11 - -MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 - -OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS -OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:M_NLS} -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MJASPER} -LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper -CONFIGURE_ARGS+=--with-libjasper -PLIST_SUB+= JP2="" -.else -PLIST_SUB+= JP2="@comment " -.endif - -.if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg -PLIST_SUB+= JPEG="" -.else -CONFIGURE_ARGS+=--without-libjpeg -PLIST_SUB+= JPEG="@comment " -.endif - -.if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png -PLIST_SUB+= PNG="" -.else -CONFIGURE_ARGS+=--without-libpng -PLIST_SUB+= PNG="@comment " -.endif - -.if ${PORT_OPTIONS:MTIFF} -LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff -PLIST_SUB+= TIFF="" -.else -CONFIGURE_ARGS+=--without-libtiff -PLIST_SUB+= TIFF="@comment " -.endif - -post-install: - @cd ${WRKSRC}/docs/reference/gdk-pixbuf && ${GMAKE} install-man1 - -.include <bsd.port.mk> |