diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-24 18:46:57 +0000 |
commit | 0372ef5da9de2da7ddb974242e56abfcfdf28830 (patch) | |
tree | ea8c1fc6e3cfef2706fab6f943cc82046aa01151 /sysutils/rtty/Makefile | |
parent | 73576edb3f34d960e4a070d33f123f4e7adc9c0a (diff) | |
download | ports-0372ef5da9de2da7ddb974242e56abfcfdf28830.tar.gz ports-0372ef5da9de2da7ddb974242e56abfcfdf28830.zip |
Notes
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r-- | sysutils/rtty/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile new file mode 100644 index 000000000000..0fe0f43f78c2 --- /dev/null +++ b/sysutils/rtty/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: rtty +# Version required: 3.2 +# Date created: 24 Aug 1996 +# Whom: jkh +# +# Author: Paul Vixie / Internet Software Consortium +# +# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $ +# + +DISTNAME= rtty-3.2 +CATEGORIES+= sysutils +MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ + +MAINTAINER= jkh@FreeBSD.org + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |