1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/freewais-sf/Makefile
Mark Linimon 37e29fbc79 Mark as broken on powerpc: drops core on install
Hat:		portmgr
Feature safe:	yes
2011-11-11 03:08:07 +00:00

48 lines
1.1 KiB
Makefile

# New ports collection makefile for: FreeWAIS-sf
# Date created: 19 November 1996
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
PORTNAME= freewais-sf
PORTVERSION= 2.2.14
PORTREVISION= 1
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.ntua.gr/pub/net/freewais/ \
http://ftp.ntua.gr/pub/net/freewais/
DISTNAME= freeWAIS-sf-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An enhanced Wide Area Information Server
HAS_CONFIGURE= yes
USE_PERL5_BUILD=yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ENV= PREFIX="${PREFIX}"
CONFIGURE_ARGS= -sde -Dprefix="${PREFIX}" \
-Darchname="${MACHINE_ARCH}-freebsd"
INSTALL_TARGET= install install.man
PORTDOCS= fwsf.ps
MAN1= catalog.1 dictionary.1 inverted_file.1 mkfmt.1 waisindex.1 \
waisq.1 waissearch.1 waisserver.1 xwais.1 xwaisq.1
MAN3= ftw.3 regexp.3 scandir.3
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not install on powerpc: drops core
.endif
post-extract:
${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/SF/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>