summaryrefslogtreecommitdiff
path: root/graphics/gnome-pixmaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnome-pixmaps/Makefile')
-rw-r--r--graphics/gnome-pixmaps/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/graphics/gnome-pixmaps/Makefile b/graphics/gnome-pixmaps/Makefile
new file mode 100644
index 00000000000..a974eb85fcc
--- /dev/null
+++ b/graphics/gnome-pixmaps/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/14 02:37:39 rh Exp $
+#
+
+DISTNAME= gnome-core-1.4.2
+PKGNAME= ${DISTNAME:S/core/pixmaps/}
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-core/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Pixmaps for gnome-core
+
+CONFLICTS= gnome-core<1.4.2
+
+USE_BUILDLINK_ONLY= YES
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+DSTDIR= ${PREFIX}/share/pixmaps
+
+do-install:
+ ${INSTALL_DATA_DIR} ${DSTDIR}/tiles
+ cd ${WRKSRC}/pixmaps && \
+ for i in *.png *.xpm ; do \
+ ${INSTALL_DATA} $$i ${DSTDIR} ; \
+ done && \
+ for i in tile-* ; do \
+ ${LN} ${DSTDIR}/$$i ${DSTDIR}/tiles ; \
+ done
+
+.include "../../archivers/bzip2/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"