diff options
author | agc <agc@pkgsrc.org> | 1997-10-29 11:11:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-29 11:11:15 +0000 |
commit | 80f8f6c0ba494c3e72b15880223ec62b4d86c31e (patch) | |
tree | 11209c0a12c5f252c44a5c8c0336765cd5593491 /sysutils/rtty/Makefile | |
parent | 0cf5d0434ed8d0ad68801dd216d77f0cde62294a (diff) | |
download | pkgsrc-80f8f6c0ba494c3e72b15880223ec62b4d86c31e.tar.gz |
Initial import of Paul Vixie's rtty software, from the FreeBSD ports
collection, into the NetBSD package system.
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r-- | sysutils/rtty/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile new file mode 100644 index 00000000000..64ef85e50bb --- /dev/null +++ b/sysutils/rtty/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: rtty +# Version required: 3.2 +# Date created: 24 Aug 1996 +# Whom: jkh +# +# Author: Paul Vixie / Internet Software Consortium +# +# FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp +# + +DISTNAME= rtty-3.2 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |