diff options
author | Adam David <adam@FreeBSD.org> | 1994-09-23 20:14:57 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-09-23 20:14:57 +0000 |
commit | 89dd92160cb046e0c1b0bea1dbf829d6418c4ef8 (patch) | |
tree | 96a76e76c6699dce0a7f849bbd05d2c6f652f864 /net/wais/Makefile | |
parent | b8f7195a5243a79a47d728734e7adfae459a2ce2 (diff) |
Notes
Diffstat (limited to 'net/wais/Makefile')
-rw-r--r-- | net/wais/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile new file mode 100644 index 000000000000..4237d2a0fb81 --- /dev/null +++ b/net/wais/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: wais +# Version required: 0.3 +# Date created: 20 Sep 1994 +# Whom: adam +# +# $Id: Makefile,v $ +# + +DISTNAME= freeWAIS-0.3 +MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/freewais + +.include <bsd.port.mk> |