openbsd-ports/net/mirror/Makefile

23 lines
432 B
Makefile
Raw Normal View History

1998-01-04 13:17:05 -05:00
# OpenBSD makefile for: mirror
# Version required: 2.8
# Date created: 4 Dec 1997
# Whom: ejovi
#
# $OpenBSD: Makefile,v 1.3 1998/10/20 08:39:47 form Exp $
1998-01-04 13:17:05 -05:00
#
1998-06-10 06:26:22 -04:00
DISTNAME= mirror-2.9
1998-01-04 13:17:05 -05:00
CATEGORIES= net
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= form@OpenBSD.ORG
1998-01-04 13:17:05 -05:00
NO_WRKSUBDIR= yes
MAKEFILE= makefile
MAN1= mirror.1 mirrormaster.1
pre-install:
${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>