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
|
2010-09-30 17:25:12 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sai.msu.su/pub/unix/FTP/mirror/
|
1999-03-19 07:08:30 +00:00
|
|
|
|
2005-07-11 16:47:16 +00:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
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
|
|
|
|
2009-03-28 17:53:24 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
1999-03-19 07:08:30 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
|
|
|
|
2005-05-05 04:16:35 +00:00
|
|
|
.if !defined (NOPORTDOCS)
|
|
|
|
PORTDOCS= README.jis RELEASE.jis
|
|
|
|
.endif
|
|
|
|
|
1999-03-19 07:08:30 +00:00
|
|
|
post-configure:
|
2005-05-04 16:08:51 +00:00
|
|
|
@${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
|
2005-05-04 16:08:51 +00:00
|
|
|
@${PERL} -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/${f}
|
2000-02-23 00:32:38 +00:00
|
|
|
.endfor
|
1999-03-19 07:08:30 +00:00
|
|
|
|
|
|
|
post-install:
|
2005-05-04 16:08:51 +00:00
|
|
|
.if !defined (NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
1999-03-19 07:08:30 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|