aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftplocate/Makefile
blob: d01f7e9409ca117bff2a3c207b9052c0cde68ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    Ftplocate
# Date created:             7 December 1999
# Whom:                 tung@turtle.ee.ncku.edu.tw
#
# $FreeBSD$
#

PORTNAME=   ftplocate
PORTVERSION=    2.01
CATEGORIES= ftp www
MASTER_SITES=   ftp://ftp.ee.ncku.edu.tw/pub/ftplocate/

MAINTAINER= tung@turtle.ee.ncku.edu.tw

RUN_DEPENDS=    glimpse:${PORTSDIR}/textproc/glimpse \
        unzip:${PORTSDIR}/archivers/unzip

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}; ${PERL} install.pl -y -c -bsdport

.include <bsd.port.mk>