summaryrefslogtreecommitdiff
path: root/misc/theme-dirs/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-12-24 10:05:53 +0000
committerjmmv <jmmv>2004-12-24 10:05:53 +0000
commit82249fe9a2eaa967ba5e9af0d98e86ea59c92628 (patch)
tree11f13cbbdf5f8e865e7f9049529faddb4e4f3cbf /misc/theme-dirs/Makefile
parentf645736bdb3a75fbd8303096c4ee5a0d3d261a62 (diff)
downloadpkgsrc-82249fe9a2eaa967ba5e9af0d98e86ea59c92628.tar.gz
Initial import of theme-dirs, version 1.0:
theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines) and other GNOME packages (such as metacity and gnome-themes). It is useful to simplify PLIST handling in other packages.
Diffstat (limited to 'misc/theme-dirs/Makefile')
-rw-r--r--misc/theme-dirs/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/theme-dirs/Makefile b/misc/theme-dirs/Makefile
new file mode 100644
index 00000000000..2c64c2011d3
--- /dev/null
+++ b/misc/theme-dirs/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/24 10:05:53 jmmv Exp $
+#
+
+DISTNAME= theme-dirs-1.0
+CATEGORIES= misc gnome kde
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Shared theme directories
+
+NO_BUILD= # defined
+NO_BUILDLINK= # defined
+NO_CONFIGURE= # defined
+NO_CHECKSUM= # defined
+NO_EXTRACT= # defined
+USE_DIRS= xdg-1.1
+USE_LANGUAGES= # empty
+USE_PKGINSTALL= yes
+WRKSRC= ${WRKDIR}
+
+.include "dirs.mk"
+.include "../../mk/bsd.prefs.mk"
+
+_SORTED!= ${ECHO} ${THEME_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
+MAKE_DIRS+= ${_SORTED:S/^/${PREFIX}\//}
+
+do-install: # nothing
+
+.include "../../mk/bsd.pkg.mk"