aboutsummaryrefslogtreecommitdiff
path: root/ftp/mirror/Makefile
blob: 43a0ca2c612168b3dca0eedba1817a1eb6166740 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>