summaryrefslogtreecommitdiff
path: root/devel/mk
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-26 17:23:26 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-26 17:23:26 +0000
commitc484d17eadfeef849e505859f00ab0fb0b1d67e2 (patch)
tree74d901bdc24aede54e71f4f96ca800fb6cda6431 /devel/mk
parentAdd new port rc5pipe: RC5 en-/decryption via UNIX pipes (diff)
Add new port mk: Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno
PR: ports/39846 Submitted by: William Josephson <wkj-freebsd@honk.eecs.harvard.edu>
Notes
Notes: svn path=/head/; revision=62030
Diffstat (limited to 'devel/mk')
-rw-r--r--devel/mk/Makefile21
-rw-r--r--devel/mk/distinfo1
-rw-r--r--devel/mk/pkg-comment1
-rw-r--r--devel/mk/pkg-descr7
-rw-r--r--devel/mk/pkg-plist1
5 files changed, 31 insertions, 0 deletions
diff --git a/devel/mk/Makefile b/devel/mk/Makefile
new file mode 100644
index 000000000000..2fc90e2317bc
--- /dev/null
+++ b/devel/mk/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: mk
+# Date Created: 11 May 2002
+# Whom: William Josephson
+#
+# $FreeBSD$
+#
+
+PORTNAME= mk
+PORTVERSION= 1.3
+CATEGORIES= devel
+MASTER_SITES= http://www.cminusminus.org/download/
+
+MAINTAINER= mk-port@morphisms.net
+
+MAN1= mk.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mk ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mk.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/devel/mk/distinfo b/devel/mk/distinfo
new file mode 100644
index 000000000000..0eff1468326c
--- /dev/null
+++ b/devel/mk/distinfo
@@ -0,0 +1 @@
+MD5 (mk-1.3.tar.gz) = b8c5b1beadecfb9a0330c27db8f14f44
diff --git a/devel/mk/pkg-comment b/devel/mk/pkg-comment
new file mode 100644
index 000000000000..ee5860d11548
--- /dev/null
+++ b/devel/mk/pkg-comment
@@ -0,0 +1 @@
+Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno
diff --git a/devel/mk/pkg-descr b/devel/mk/pkg-descr
new file mode 100644
index 000000000000..6a05bc9c9582
--- /dev/null
+++ b/devel/mk/pkg-descr
@@ -0,0 +1,7 @@
+Mk is a replacement for Make originally written for
+Research Unix by Andrew Hume and later ported to
+Plan 9 and Inferno. The present version uses sh
+instead of rc and is a slightly modified version of
+that distributed by Vitanuova. A version supporting
+rc is available from the ports maintainer; the sh
+version is that used by Quick C--.
diff --git a/devel/mk/pkg-plist b/devel/mk/pkg-plist
new file mode 100644
index 000000000000..6b7e855d61d2
--- /dev/null
+++ b/devel/mk/pkg-plist
@@ -0,0 +1 @@
+bin/mk