freebsd-ports/ftp/ftplocate/Makefile
Edwin Groothuis 25c43856c7 Unbreak ftp/ftplocate
PR:		ports/46324
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2002-12-20 12:35:43 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: Ftplocate
# Date created: 7 December 1999
# Whom: tung@turtle.ee.ncku.edu.tw
#
# $FreeBSD$
#
PORTNAME= ftplocate
PORTVERSION= 2.01
PORTREVISION= 1
CATEGORIES= ftp www
MASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/ftplocate/
MAINTAINER= tung@turtle.ee.ncku.edu.tw
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \
unzip:${PORTSDIR}/archivers/unzip
USE_PERL5_BUILD=yes
USE_PERL5_RUN= yes
USE_REINPLACE= yes
NO_BUILD= yes
PL_FILES= install.pl bin/dcollect.pl bin/dindex.pl bin/dsearch.pl \
bin/flcollect.pl bin/flfilter.pl bin/flhistory.pl \
bin/flindex.pl bin/flmap.pl bin/flsearch.pl \
bin/flserv.pl bin/flsummary.pl bin/fltop.pl \
bin/fltrain.pl bin/flcatsite.pl template/ftplocate
post-patch:
.for f in ${PL_FILES}
@${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${f}
.endfor
@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/install.pl
do-install:
cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport
.include <bsd.port.mk>