1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/freewais-sf/Makefile

37 lines
1007 B
Makefile
Raw Normal View History

# New ports collection makefile for: FreeWAIS-sf
# Version required: 2.2.11
# Date created: 19 November 1996
# Whom: Pedro Giffuni
#
# $Id: Makefile,v 1.7 1998/12/09 20:47:38 billf Exp $
#
DISTNAME= freeWAIS-sf-2.2.11
PKGNAME= freewais-sf-2.2.11
CATEGORIES= net databases
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= ports@FreeBSD.org
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)
1997-02-18 10:09:08 +00:00
${MKDIR} ${PREFIX}/share/doc/SF
${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF
.endif
.include <bsd.port.mk>