summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-28 21:55:48 +0000
committerxtraeme <xtraeme>2004-03-28 21:55:48 +0000
commit42febb928a88d3b24bf6b48db6977dcb03499520 (patch)
treee1cdd11310d1d9c0141f56cbc686b2ebe5a732d4 /misc
parent75961ce468052f124075c91fdbe997f47d1b8a73 (diff)
downloadpkgsrc-42febb928a88d3b24bf6b48db6977dcb03499520.tar.gz
Initial import of XFree86-dirs-1.0.
XFree86-dirs handles the X11 directories.
Diffstat (limited to 'misc')
-rw-r--r--misc/XFree86-dirs/DESCR1
-rw-r--r--misc/XFree86-dirs/Makefile16
-rw-r--r--misc/XFree86-dirs/Makefile.common42
-rw-r--r--misc/XFree86-dirs/PLIST1
4 files changed, 60 insertions, 0 deletions
diff --git a/misc/XFree86-dirs/DESCR b/misc/XFree86-dirs/DESCR
new file mode 100644
index 00000000000..e55bcdd380a
--- /dev/null
+++ b/misc/XFree86-dirs/DESCR
@@ -0,0 +1 @@
+XFree86-dirs handles the X11 directories.
diff --git a/misc/XFree86-dirs/Makefile b/misc/XFree86-dirs/Makefile
new file mode 100644
index 00000000000..9a48bc4bff3
--- /dev/null
+++ b/misc/XFree86-dirs/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 21:55:48 xtraeme Exp $
+#
+
+DISTNAME= XFree86-dirs-${XFREE86_DIRS_VERSION}
+CATEGORIES= misc
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= # empty
+COMMENT= Shared XFree86 directories
+
+XFREE86_DIRS_REGISTER= yes
+
+.include "Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/XFree86-dirs/Makefile.common b/misc/XFree86-dirs/Makefile.common
new file mode 100644
index 00000000000..9625abd2d59
--- /dev/null
+++ b/misc/XFree86-dirs/Makefile.common
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2004/03/28 21:55:49 xtraeme Exp $
+#
+
+XFREE86_DIRS_VERSION= 1.0
+
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= # empty
+USE_PKGINSTALL= yes
+NO_EXTRACT= # defined
+NO_CHECKSUM= # defined
+NO_BUILDLINK= # defined
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+NO_XFREE86_TARGETS= # defined
+
+XFREE86_DIRS= bin
+XFREE86_DIRS+= include
+XFREE86_DIRS+= include/X11
+XFREE86_DIRS+= include/X11/bitmaps
+XFREE86_DIRS+= lib
+XFREE86_DIRS+= lib/X11
+XFREE86_DIRS+= lib/X11/app-defaults
+XFREE86_DIRS+= lib/X11/config
+XFREE86_DIRS+= lib/X11/doc
+XFREE86_DIRS+= lib/X11/etc
+XFREE86_DIRS+= lib/X11/fonts
+XFREE86_DIRS+= lib/X11/fs
+XFREE86_DIRS+= ${MAN_DIR}
+XFREE86_DIRS+= ${LIBMAN_DIR}
+XFREE86_DIRS+= ${KERNMAN_DIR}
+XFREE86_DIRS+= ${FILEMAN_DIR}
+XFREE86_DIRS+= ${MISCMAN_DIR}
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../meta-pkgs/XFree86/Makefile.common"
+
+.if ${XFREE86_DIRS_REGISTER} == "yes"
+_SORTED!= ${ECHO} ${XFREE86_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
+MAKE_DIRS+= ${_SORTED:S/^/${X11ROOT}\//}
+.endif
+
+do-install: # nothing
diff --git a/misc/XFree86-dirs/PLIST b/misc/XFree86-dirs/PLIST
new file mode 100644
index 00000000000..151940118bc
--- /dev/null
+++ b/misc/XFree86-dirs/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 21:55:48 xtraeme Exp $