blob: a560f6bbe220d886b17196850149ea279e4e4116 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: mirror
# Version required: 2.3
# Date created: 15 May 1995
# Whom: torstenb
#
# $Id:$
#
DISTNAME= mirror-2.3
CATEGORIES+= networking
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= torstenb@FreeBSD.ORG
NO_WRKSUBDIR= yes
MAKEFILE= makefile
pre-install:
mkdir -p ${PREFIX}/lib/mirror
.include <bsd.port.mk>
|