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