summaryrefslogtreecommitdiff
path: root/misc/kde4-dirs/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2008-11-03 10:27:54 +0000
committermarkd <markd>2008-11-03 10:27:54 +0000
commit0582b82310f10901a21948f73152ad83ac47632c (patch)
treef1077eae2ce47151932563288323d49e0fa3a675 /misc/kde4-dirs/Makefile
parent30517e25fea21fabec6623e92165947e3f7f9b29 (diff)
downloadpkgsrc-0582b82310f10901a21948f73152ad83ac47632c.tar.gz
Import of kde4-dirs 1.0 from pkgsrc-wip.
kde4-dirs installs a set of shared directories used by many KDE4 applications. It is useful to simplify PLIST handling in other packages.
Diffstat (limited to 'misc/kde4-dirs/Makefile')
-rw-r--r--misc/kde4-dirs/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/kde4-dirs/Makefile b/misc/kde4-dirs/Makefile
new file mode 100644
index 00000000000..444f975ebfe
--- /dev/null
+++ b/misc/kde4-dirs/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/03 10:27:54 markd Exp $
+#
+
+DISTNAME= kde4-dirs-1.0
+CATEGORIES= misc kde
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Shared KDE (v4) directories
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= # empty
+NO_EXTRACT= yes
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+PLIST_SRC= # empty
+
+.include "dirs.mk"
+.include "../../mk/bsd.prefs.mk"
+
+REQD_DIRS+= ${KDE4_DIRS:O:S/^/${PREFIX}\//}
+
+do-install: # nothing
+
+.include "../../mk/bsd.pkg.mk"