freebsd-ports/ftp/mirror/Makefile
Emanuel Haupt 87c5e1c4f2 Drop maintainership
PR:		121964
Submitted by:	Ryan Thompson <ryan@sasknow.com> (maintainer)
2008-03-22 17:12:43 +00:00

41 lines
798 B
Makefile

# New ports collection makefile for: mirror
# Date created: 15 May 1995
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= mirror
PORTVERSION= 2.9
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://ry.ca/mirror/mirror/ \
ftp://sunsite.ualberta.ca/pub/Mirror/mirror/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
MAINTAINER= ports@FreeBSD.org
COMMENT= Mirror packages on remote sites
PLIST_FILES= bin/mirror \
bin/do_unlinks \
bin/pkgs_to_mmin \
bin/mirror-master \
lib/mirror/lchat.pl \
lib/mirror/dateconv.pl \
lib/mirror/ftp.pl \
lib/mirror/lsparse.pl \
lib/mirror/mirror.defaults.sample
PLIST_DIRS= lib/mirror
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
pre-install:
@${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>