summaryrefslogtreecommitdiff
path: root/devel/mk-files
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-05-25 12:33:34 +0000
committeragc <agc@pkgsrc.org>2001-05-25 12:33:34 +0000
commita6622c6a1847606c507185b79fe90b119b31cbb5 (patch)
treef22f3caa8ed33876d8d0549719990d2c17e62236 /devel/mk-files
parentcf9b25c54e5936d01fa9d7db75231544f2ddd2bf (diff)
downloadpkgsrc-a6622c6a1847606c507185b79fe90b119b31cbb5.tar.gz
Initial import of mk-files-1.2.2 into the NetBSD packages collection.
These are the support files for the bmake utility, by Simon Gerraty.
Diffstat (limited to 'devel/mk-files')
-rw-r--r--devel/mk-files/Makefile29
-rw-r--r--devel/mk-files/distinfo4
-rw-r--r--devel/mk-files/pkg/DESCR6
-rw-r--r--devel/mk-files/pkg/PLIST21
4 files changed, 60 insertions, 0 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile
new file mode 100644
index 00000000000..90df62c5e9f
--- /dev/null
+++ b/devel/mk-files/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/25 12:33:34 agc Exp $
+#
+
+DISTNAME= mk-1.2.2
+PKGNAME= mk-files-1.2.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.netbsd.org/pub/incoming/sjg/
+
+MAINTAINER= sjg@netbsd.org
+HOMEPAGE= http://www.quick.com.au/help/sjg/bmake.html
+COMMENT= portable *.mk files for the NetBSD portable bmake utility
+
+WRKSRC= ${WRKDIR}/mk
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+MKFILES= autodep.mk bsd.dep.mk bsd.doc.mk bsd.lib.mk bsd.man.mk
+MKFILES+= bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.subdir.mk
+MKFILES+= dep.mk doc.mk lib.mk man.mk nls.mk obj.mk own.mk prog.mk
+MKFILES+= subdir.mk
+
+do-install:
+ ${BSD_INSTALL_DATA} ${WRKSRC}/`uname -s`.sys.mk ${PREFIX}/share/mk/sys.mk
+ for f in ${MKFILES}; do \
+ ${BSD_INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/mk/; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/mk-files/distinfo b/devel/mk-files/distinfo
new file mode 100644
index 00000000000..4db90b10533
--- /dev/null
+++ b/devel/mk-files/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/05/25 12:33:34 agc Exp $
+
+SHA1 (mk-1.2.2.tar.gz) = 8d154463c4b4ab0274e1339f46847e76eb7152db
+Size (mk-1.2.2.tar.gz) = 19525 bytes
diff --git a/devel/mk-files/pkg/DESCR b/devel/mk-files/pkg/DESCR
new file mode 100644
index 00000000000..938dd95f4dd
--- /dev/null
+++ b/devel/mk-files/pkg/DESCR
@@ -0,0 +1,6 @@
+NetBSD's bmake utility uses some customised .mk files, in order to
+pre-define certain definitions and targets, which guide the build
+process.
+
+This package provides *.mk files for the bmake(1) utility, for a
+number of different operating systems other than NetBSD.
diff --git a/devel/mk-files/pkg/PLIST b/devel/mk-files/pkg/PLIST
new file mode 100644
index 00000000000..2941dce84ba
--- /dev/null
+++ b/devel/mk-files/pkg/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/25 12:33:34 agc Exp $
+share/mk/autodep.mk
+share/mk/bsd.dep.mk
+share/mk/bsd.doc.mk
+share/mk/bsd.lib.mk
+share/mk/bsd.man.mk
+share/mk/bsd.nls.mk
+share/mk/bsd.obj.mk
+share/mk/bsd.own.mk
+share/mk/bsd.prog.mk
+share/mk/bsd.subdir.mk
+share/mk/dep.mk
+share/mk/doc.mk
+share/mk/lib.mk
+share/mk/man.mk
+share/mk/nls.mk
+share/mk/obj.mk
+share/mk/own.mk
+share/mk/prog.mk
+share/mk/subdir.mk
+share/mk/sys.mk