diff options
author | agc <agc> | 1997-10-09 14:30:56 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-09 14:30:56 +0000 |
commit | cda9a2909c4164bdc02858a637f098c3bc7da3a5 (patch) | |
tree | db232209ea22925d7f406bcc3a7b5e7457bffa83 /shells/rc/Makefile | |
parent | f43bd4523160f0da302c34ca69b4d04c8ae496a9 (diff) | |
download | pkgsrc-cda9a2909c4164bdc02858a637f098c3bc7da3a5.tar.gz |
Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile new file mode 100644 index 00000000000..61f20ad5aa0 --- /dev/null +++ b/shells/rc/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: rc +# Version required: 1.5b1 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp +# + +DISTNAME= rc-1.5betadev-1 +PKGNAME= rc-1.5b1 +CATEGORIES= plan9 +MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ + +MAINTAINER= erich@FreeBSD.org + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |