diff options
author | steve <steve@FreeBSD.org> | 1999-03-15 09:27:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-15 09:27:27 +0800 |
commit | 9541bc8e07c21069ff714d499c6754139adad362 (patch) | |
tree | 533154f4c3caf3e338e0f26f88a64cc5f7e2a79a /net/freewais-sf/Makefile | |
parent | baf8328ec73292d70d9b55d71a310ecf645250b3 (diff) | |
download | freebsd-ports-gnome-9541bc8e07c21069ff714d499c6754139adad362.tar.gz freebsd-ports-gnome-9541bc8e07c21069ff714d499c6754139adad362.tar.zst freebsd-ports-gnome-9541bc8e07c21069ff714d499c6754139adad362.zip |
Update to version 2.2.11.
PR: 10374
Submitted by: Pedro F. Giffuni <pfgiffuni@bachue.usc.unal.edu.co>
Diffstat (limited to 'net/freewais-sf/Makefile')
-rw-r--r-- | net/freewais-sf/Makefile | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 017848558330..99997701ed19 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -1,27 +1,32 @@ -# New ports collection makefile for: FreeWAIS_sf-2.1.2 -# Version required: 2.1.1 +# New ports collection makefile for: FreeWAIS-sf +# Version required: 2.2.11 # Date created: 19 November 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.6 1998/11/28 05:39:01 asami Exp $ +# $Id: Makefile,v 1.7 1998/12/09 20:47:38 billf Exp $ # -DISTNAME= freeWAIS-sf-2.1.2 -PKGNAME= freewais-sf-2.1.2 +DISTNAME= freeWAIS-sf-2.2.11 +PKGNAME= freewais-sf-2.2.11 CATEGORIES= net databases -MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ \ - ftp://ftp.u-aizu.ac.jp/pub/net/wais/ \ - ftp://ftp.bio.indiana.edu/util/wais/ +MASTER_SITES= ftp://ls6-www.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ \ + ftp://ftp.leo.org/pub/comp/general/infosys/wais/freeWAIS/freeWAIS-sf-2.2/ \ + ftp://ftp.germany.eu.net/pub/infosystems/wais/Unido-LS6/freeWAIS-sf-2.2/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org -USE_XLIB= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= < ${FILESDIR}/configure.ans +INSTALL_TARGET= install install.man + 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 +pre-install: + ${MKDIR} ${PREFIX}/lib/freeWAIS-sf + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/SF |