summaryrefslogtreecommitdiff
path: root/sysutils/rtty/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-29 11:11:15 +0000
committeragc <agc>1997-10-29 11:11:15 +0000
commit62087ce33673a183347afb346264a2c1b5e218e2 (patch)
tree11209c0a12c5f252c44a5c8c0336765cd5593491 /sysutils/rtty/Makefile
parent82b7ad6b9c2be13644bffbca60611069e54068a2 (diff)
downloadpkgsrc-62087ce33673a183347afb346264a2c1b5e218e2.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/Makefile17
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>