1999-03-19 07:08:30 +00:00
|
|
|
# New ports collection makefile for: ftpmirror
|
|
|
|
# Date created: 10 January 1999
|
|
|
|
# Whom: Yasuhiro Fukuma <yasuf@big.or.jp>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-03-19 07:08:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= ftpmirror
|
|
|
|
PORTVERSION= 1.96
|
2004-05-06 00:30:56 +00:00
|
|
|
PORTREVISION= 3
|
2001-03-02 02:24:14 +00:00
|
|
|
CATEGORIES= ftp ipv6
|
2000-02-23 00:32:38 +00:00
|
|
|
MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/
|
1999-03-19 07:08:30 +00:00
|
|
|
|
|
|
|
MAINTAINER= yasuf@big.or.jp
|
2003-02-21 12:06:51 +00:00
|
|
|
COMMENT= An utility to mirror directory hierarchy with FTP
|
1999-03-19 07:08:30 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
|
2001-03-02 02:16:30 +00:00
|
|
|
|
1999-03-19 07:08:30 +00:00
|
|
|
USE_PERL5= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
perl -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm
|
2000-02-23 00:32:38 +00:00
|
|
|
.for f in ftpmirror rotate
|
|
|
|
perl -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/${f}
|
|
|
|
.endfor
|
1999-03-19 07:08:30 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ftpmirror
|
|
|
|
cd ${WRKSRC}; \
|
|
|
|
${INSTALL_MAN} README.jis RELEASE.jis ${PREFIX}/share/doc/ftpmirror
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|