23 lines
436 B
Makefile
23 lines
436 B
Makefile
|
# OpenBSD makefile for: mirror
|
||
|
# Version required: 2.8
|
||
|
# Date created: 4 Dec 1997
|
||
|
# Whom: ejovi
|
||
|
#
|
||
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/04 18:17:05 joey Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= mirror-2.8
|
||
|
CATEGORIES= net
|
||
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
|
||
|
|
||
|
MAINTAINER= joey@OpenBSD.ORG
|
||
|
|
||
|
NO_WRKSUBDIR= yes
|
||
|
MAKEFILE= makefile
|
||
|
MAN1= mirror.1 mirrormaster.1
|
||
|
|
||
|
pre-install:
|
||
|
${MKDIR} ${PREFIX}/lib/mirror
|
||
|
|
||
|
.include <bsd.port.mk>
|