freebsd-ports/ftp/mirror/Makefile

33 lines
723 B
Makefile
Raw Normal View History

# New ports collection makefile for: mirror
# Date created: 15 May 1995
# Whom: torstenb
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 07:31:29 +02:00
PORTNAME= mirror
PORTVERSION= 2.9
PORTREVISION= 1
1999-08-02 12:44:03 +02:00
CATEGORIES= ftp
MASTER_SITES= ftp://sunsite.org.uk/packages/mirror/ \
ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
ftp://SunSITE.tus.ac.jp/pub/archives/packages/mirror/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
MAINTAINER= ryan@sasknow.com
2003-02-21 13:06:51 +01:00
COMMENT= Mirror packages on remote sites
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
1998-06-08 14:41:15 +02:00
MAN1= mirror.1 mirror-master.1
pre-install:
@${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>