summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz>2000-11-29 17:24:52 +0000
committerwiz <wiz>2000-11-29 17:24:52 +0000
commit51aae499a8108fed29ba173d3fb6821d109d7ae8 (patch)
tree629954b34c1f5959b88481260240c6892a784c67 /graphics/gdk-pixbuf/Makefile.common
parent01f7aeede11d3cb0d8e2b9cb5d255ed23e7e0cb8 (diff)
downloadpkgsrc-51aae499a8108fed29ba173d3fb6821d109d7ae8.tar.gz
Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,
so that not all programs depending on gdk-pixbuf have to depend on gnome-libs.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile.common')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common32
1 files changed, 32 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
new file mode 100644
index 00000000000..0f2ecacc05e
--- /dev/null
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile.common,v 1.1 2000/11/29 17:24:53 wiz Exp $
+#
+
+DISTNAME= gdk-pixbuf-0.9.0
+CATEGORIES= graphics devel
+MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= automake:../../devel/automake
+DEPENDS+= png>=1.0.8:../../graphics/png
+DEPENDS+= tiff>=3.5.5:../../graphics/tiff
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+
+USE_GMAKE= # defined
+USE_X11BASE= # defined
+USE_LIBTOOL= # defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
+PLIST_SUBST+= LOCALBASE=${LOCALBASE}
+
+FILESDIR= ${.CURDIR}/../gdk-pixbuf/files
+PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
+
+pre-configure:
+ cd ${WRKSRC} && ${SETENV} autoconf && ${SETENV} automake