diff options
author | adam <adam@FreeBSD.org> | 1994-09-24 04:14:57 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-24 04:14:57 +0800 |
commit | 8ea6202cca57405d3083f783d11cf91268cafb11 (patch) | |
tree | a70fe5934847b9c3185cbc36d6ea5d37b798d653 /net/wais/Makefile | |
parent | 56fdf2cb8589fb01c3ea10b33d9cfe5d1e913741 (diff) | |
download | freebsd-ports-gnome-8ea6202cca57405d3083f783d11cf91268cafb11.tar.gz freebsd-ports-gnome-8ea6202cca57405d3083f783d11cf91268cafb11.tar.zst freebsd-ports-gnome-8ea6202cca57405d3083f783d11cf91268cafb11.zip |
Initial import of freewais, needed for using WAIS indexing with GN.
Needs work for install and package. This is enough to build all the
wais stuff and waisgn.
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> |