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>
This commit is contained in:
Patrick Li 2002-06-26 17:23:26 +00:00
parent 7644d6375e
commit c484d17ead
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62030
6 changed files with 32 additions and 0 deletions

View File

@ -335,6 +335,7 @@
SUBDIR += mipsel-linux-binutils
SUBDIR += mipsel-linux-gcc
SUBDIR += mipsel-linux-kernel-headers
SUBDIR += mk
SUBDIR += mkcmd
SUBDIR += mkmf
SUBDIR += mm

21
devel/mk/Makefile Normal file
View File

@ -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>

1
devel/mk/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mk-1.3.tar.gz) = b8c5b1beadecfb9a0330c27db8f14f44

1
devel/mk/pkg-comment Normal file
View File

@ -0,0 +1 @@
Andrew Hume's mk by way of Research Unix, Plan 9, & Inferno

7
devel/mk/pkg-descr Normal file
View File

@ -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--.

1
devel/mk/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/mk