1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/ftp/ftplocate/Makefile

35 lines
824 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ftplocate
# Version required: 2.00
# Date created: 7 December 1999
# Whom: tung@turtle.ee.ncku.edu.tw
#
# $FreeBSD$
#
DISTNAME= ftplocate-2.00
CATEGORIES= ftp www
MASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/
MAINTAINER= tung@turtle.ee.ncku.edu.tw
RUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse
USE_PERL5= 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-extract:
.for f in ${PL_FILES}
@${PERL} -pi -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${f}
.endfor
do-install:
cd ${WRKSRC}; install.pl -y
.include <bsd.port.mk>