summaryrefslogtreecommitdiff
path: root/misc/gnome-dirs/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-01-27 09:35:25 +0000
committerjmmv <jmmv>2003-01-27 09:35:25 +0000
commitae2a55d60b3e23bfebd925360c1a9915b454c8f1 (patch)
treeef737b9077fd7ca2fc1d24a3bdd43b7ef2634c24 /misc/gnome-dirs/Makefile
parent0a990946e8555fa38514a60ae6825119bafa7a07 (diff)
downloadpkgsrc-ae2a55d60b3e23bfebd925360c1a9915b454c8f1.tar.gz
Initial import of gnome-dirs, version 1.0:
gnome-dirs installs a set of shared directories used by many GTK/GNOME applications. Do not directly depend on this package. Please use gnome1-dirs and gnome2-dirs instead. This is an attempt to simplify shared directory handling in PLIST's, as many packages use the GNOME directory hierarchy. Reviewed by rh.
Diffstat (limited to 'misc/gnome-dirs/Makefile')
-rw-r--r--misc/gnome-dirs/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/gnome-dirs/Makefile b/misc/gnome-dirs/Makefile
new file mode 100644
index 00000000000..bacc5bf044d
--- /dev/null
+++ b/misc/gnome-dirs/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/27 09:35:25 jmmv Exp $
+#
+
+DISTNAME= gnome-dirs-${GNOME_DIRS_VERSION}
+WRKSRC= ${WRKDIR}
+CATEGORIES= misc gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= # empty
+COMMENT= Shared GTK/GNOME (v1 and v2) directories
+
+NO_BUILD= # defined
+NO_CHECKSUM= # defined
+NO_CONFIGURE= # defined
+NO_EXTRACT= # defined
+
+USE_BUILDLINK2= YES
+USE_X11BASE= YES
+
+GNOME_DIRS= ${GNOME_DIRS_COMMON}
+
+.include "Makefile.common"
+.include "../../mk/bsd.pkg.mk"