pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/XFree86-dirs Initial import of XFree86-dirs-1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b86e1cc07f3e
branches:  trunk
changeset: 471491:b86e1cc07f3e
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Mar 28 21:55:48 2004 +0000

description:
Initial import of XFree86-dirs-1.0.

XFree86-dirs handles the X11 directories.

diffstat:

 misc/XFree86-dirs/DESCR           |   1 +
 misc/XFree86-dirs/Makefile        |  16 ++++++++++++++
 misc/XFree86-dirs/Makefile.common |  42 +++++++++++++++++++++++++++++++++++++++
 misc/XFree86-dirs/PLIST           |   1 +
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 0cb5e79722bb -r b86e1cc07f3e misc/XFree86-dirs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/XFree86-dirs/DESCR   Sun Mar 28 21:55:48 2004 +0000
@@ -0,0 +1,1 @@
+XFree86-dirs handles the X11 directories.
diff -r 0cb5e79722bb -r b86e1cc07f3e misc/XFree86-dirs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/XFree86-dirs/Makefile        Sun Mar 28 21:55:48 2004 +0000
@@ -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@localhost
+HOMEPAGE=      # empty
+COMMENT=       Shared XFree86 directories
+
+XFREE86_DIRS_REGISTER= yes
+
+.include "Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 0cb5e79722bb -r b86e1cc07f3e misc/XFree86-dirs/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/XFree86-dirs/Makefile.common Sun Mar 28 21:55:48 2004 +0000
@@ -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 -r 0cb5e79722bb -r b86e1cc07f3e misc/XFree86-dirs/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/XFree86-dirs/PLIST   Sun Mar 28 21:55:48 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 21:55:48 xtraeme Exp $



Home | Main Index | Thread Index | Old Index