summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-07-05 23:49:30 +0000
committerhubertf <hubertf@pkgsrc.org>2000-07-05 23:49:30 +0000
commitd0547a183f3c7390d1c46ddf33354d2dd099a43d (patch)
tree0057dd59ac622057cd0c6ff6aab0f706ffc571d9 /graphics/gdk-pixbuf/Makefile
parent11f2fcbf1eae56194422a61d062e67fb1203be21 (diff)
downloadpkgsrc-d0547a183f3c7390d1c46ddf33354d2dd099a43d.tar.gz
Update to gdk-pixbuf-0.8.0nb1:
Add all the files to the pkg - there's a bunch more on ELF, see the imlib package.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile')
-rw-r--r--graphics/gdk-pixbuf/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index f77f7a28119..fa2ad0c911b 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2000/06/25 16:12:01 rh Exp $
+# $NetBSD: Makefile,v 1.6 2000/07/05 23:49:30 hubertf Exp $
#
-DISTNAME= gdk-pixbuf-0.8.0
+DISTNAME= gdk-pixbuf-0.8.0nb1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
@@ -23,4 +23,10 @@ CONFIGURE_ENV+= X11BASE="${X11BASE}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib
+.include "../../mk/bsd.prefs.mk"
+.if (${OBJECT_FMT} == "ELF")
+PLIST_SRC= ${PKGDIR}/PLIST.elf
+.endif
+PLIST_SRC+= ${PKGDIR}/PLIST.mi
+
.include "../../mk/bsd.pkg.mk"