diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-18 08:30:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-18 08:30:58 +0000 |
commit | 9f20a9982c7e4ec98acdb0fa9deeea0a79e21651 (patch) | |
tree | c9971c378b51542b5fa2cdda6e52ec20d9f641f3 /net/freewais-sf/Makefile | |
parent | The last upgrade changed the directory name from "exmh-2.0beta" to (diff) |
Import of freewais-sf, an enhanced WAIS.
Closes PR #2156.
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=5677
Diffstat (limited to 'net/freewais-sf/Makefile')
-rw-r--r-- | net/freewais-sf/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile new file mode 100644 index 000000000000..2dd2f1147f27 --- /dev/null +++ b/net/freewais-sf/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: FreeWAIS_sf-2.1.2 +# Version required: 2.1.1 +# Date created: 19 November 1996 +# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> +# +# $Id$ +# + +DISTNAME= freeWAIS-sf-2.1.2 +PKGNAME= freewais-sf-2.1.2 +CATEGORIES= net databases +MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ + +MAINTAINER= pgiffuni@fps.biblos.unal.edu.co + +IS_INTERACTIVE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} < ${FILESDIR}/configure.ans +MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ + waisq.1 waissearch.1 xwais.1 xwaisq.1 +MAN3= ftw.3 scandir.3 + +post-install: +.if !defined(NOPORTDOCS) + mkdir -p ${PREFIX}/share/doc/SF + cp ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF +.endif + +.include <bsd.port.mk> |