freebsd-ports/ftp/mirror/Makefile

25 lines
496 B
Makefile
Raw Normal View History

# New ports collection makefile for: mirror
1998-06-08 08:41:15 -04:00
# Version required: 2.9
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id: Makefile,v 1.7 1998/06/08 12:41:12 torstenb Exp $
#
1998-06-08 08:41:15 -04:00
DISTNAME= mirror-2.9
CATEGORIES= net
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
RUN_DEPENDS= perl5:${PORTSDIR}/lang/perl5
pre-install:
${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>