summaryrefslogtreecommitdiff
path: root/net/freewais-sf/Makefile
blob: 017848558330a88010699622207c263b69173ad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	FreeWAIS_sf-2.1.2
# Version required:	 2.1.1
# Date created:		19 November 1996
# Whom:			Pedro Giffuni
#
# $Id: Makefile,v 1.6 1998/11/28 05:39:01 asami Exp $
#

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/ \
		ftp://ftp.u-aizu.ac.jp/pub/net/wais/ \
		ftp://ftp.bio.indiana.edu/util/wais/

MAINTAINER=	giffunip@asme.org

USE_XLIB=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS= < ${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} ${PREFIX}/share/doc/SF
	${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF
.endif

.include <bsd.port.mk>