1995-05-19 03:23:14 -04:00
|
|
|
# New ports collection makefile for: mirror
|
1998-06-08 08:41:15 -04:00
|
|
|
# Version required: 2.9
|
1995-05-19 03:23:14 -04:00
|
|
|
# Date created: 15 May 1995
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1998-08-15 20:54:39 -04:00
|
|
|
# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $
|
1995-05-19 03:23:14 -04:00
|
|
|
#
|
|
|
|
|
1998-06-08 08:41:15 -04:00
|
|
|
DISTNAME= mirror-2.9
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= net
|
1995-05-19 03:23:14 -04:00
|
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
|
|
|
|
|
|
|
|
MAINTAINER= torstenb@FreeBSD.ORG
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAKEFILE= makefile
|
1998-06-08 08:41:15 -04:00
|
|
|
MAN1= mirror.1 mirror-master.1
|
|
|
|
|
1998-08-15 20:54:39 -04:00
|
|
|
RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5
|
1995-05-19 03:23:14 -04:00
|
|
|
|
|
|
|
pre-install:
|
1996-11-30 20:23:27 -05:00
|
|
|
${MKDIR} ${PREFIX}/lib/mirror
|
1995-05-19 03:23:14 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|