1997-02-18 08:30:58 +00:00
|
|
|
# New ports collection makefile for: FreeWAIS_sf-2.1.2
|
|
|
|
# Version required: 2.1.1
|
|
|
|
# Date created: 19 November 1996
|
1998-02-20 18:39:58 +00:00
|
|
|
# Whom: Pedro Giffuni
|
1997-02-18 08:30:58 +00:00
|
|
|
#
|
1998-12-09 20:47:38 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/11/28 05:39:01 asami Exp $
|
1997-02-18 08:30:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= freeWAIS-sf-2.1.2
|
|
|
|
PKGNAME= freewais-sf-2.1.2
|
|
|
|
CATEGORIES= net databases
|
1998-12-09 20:47:38 +00:00
|
|
|
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/
|
1997-02-18 08:30:58 +00:00
|
|
|
|
1998-02-20 18:39:58 +00:00
|
|
|
MAINTAINER= giffunip@asme.org
|
1997-02-18 08:30:58 +00:00
|
|
|
|
1998-11-28 05:39:01 +00:00
|
|
|
USE_XLIB= yes
|
1997-02-18 10:09:08 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-12-24 01:21:47 +00:00
|
|
|
CONFIGURE_ARGS= < ${FILESDIR}/configure.ans
|
1997-02-18 08:30:58 +00:00
|
|
|
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)
|
1997-02-18 10:09:08 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/SF
|
|
|
|
${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF
|
1997-02-18 08:30:58 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|