freebsd-ports/ftp/mirror/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

25 lines
424 B
Makefile

# New ports collection makefile for: mirror
# Version required: 2.9
# Date created: 15 May 1995
# Whom: torstenb
#
# $FreeBSD$
#
DISTNAME= mirror-2.9
CATEGORIES= ftp
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= torstenb@FreeBSD.org
USE_PERL5= yes
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
pre-install:
${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>