summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-01-02 15:08:16 +0000
committerrh <rh>2000-01-02 15:08:16 +0000
commit964c58b65222087fd8ac6ff69f4df3df8abe9f3a (patch)
treee241d937aa7ee1ba2ad3a0ab880df370f7e6e832 /graphics/gdk-pixbuf/Makefile
parent1fb055fab9f9d92d7bc337bff77e2d3173c5bf57 (diff)
downloadpkgsrc-964c58b65222087fd8ac6ff69f4df3df8abe9f3a.tar.gz
Initial import of gdk-pixbuf, the GNOME image loading library.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r--graphics/gdk-pixbuf/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
new file mode 100644
index 00000000000..4558f7719f2
--- /dev/null
+++ b/graphics/gdk-pixbuf/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $
+#
+
+DISTNAME= gdk-pixbuf-0.4
+CATEGORIES= graphics devel
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gdk-pixbuf/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib"
+CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV+= X11BASE="${X11BASE}"
+LDFLAGS+= "-L${LOCALBASE}/lib"
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"