1999-12-25 05:04:31 +00:00
|
|
|
# New ports collection makefile for: Ftplocate
|
|
|
|
# Date created: 7 December 1999
|
|
|
|
# Whom: tung@turtle.ee.ncku.edu.tw
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= ftplocate
|
|
|
|
PORTVERSION= 2.01
|
1999-12-25 05:04:31 +00:00
|
|
|
CATEGORIES= ftp www
|
2000-02-23 23:19:56 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/ftplocate/
|
1999-12-25 05:04:31 +00:00
|
|
|
|
|
|
|
MAINTAINER= tung@turtle.ee.ncku.edu.tw
|
|
|
|
|
2000-02-23 23:19:56 +00:00
|
|
|
RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \
|
|
|
|
unzip:${PORTSDIR}/archivers/unzip
|
1999-12-25 05:04:31 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2000-02-16 13:16:08 +00:00
|
|
|
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
|
2000-01-29 21:23:44 +00:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
.for f in ${PL_FILES}
|
|
|
|
@${PERL} -pi -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${f}
|
|
|
|
.endfor
|
|
|
|
|
1999-12-25 05:04:31 +00:00
|
|
|
do-install:
|
2000-03-09 18:10:39 +00:00
|
|
|
cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport
|
1999-12-25 05:04:31 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|