2000-03-28 05:00:17 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2000/03/28 10:00:17 espie 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
|
2000-03-24 17:11:32 -05:00
|
|
|
NEED_VERSION= 1.210
|
1999-03-14 14:46:05 -05:00
|
|
|
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
|
|
|
|
ftp://ftp.nmt.edu/ \
|
|
|
|
ftp://ftp.plig.net/pub/OpenBSD/distfiles/
|
1998-01-04 13:17:05 -05:00
|
|
|
|
1999-04-09 00:11:45 -04:00
|
|
|
MAINTAINER= ports@openbsd.org
|
2000-03-28 05:00:17 -05:00
|
|
|
HOMEPAGE= http://sunsite.org.uk/packages/mirror/
|
|
|
|
|
1998-01-04 13:17:05 -05:00
|
|
|
|
2000-03-22 18:27:55 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-02-10 18:14:27 -05:00
|
|
|
WRKDIST= ${WRKDIR}
|
2000-02-22 12:08:31 -05:00
|
|
|
MAKE_FILE= makefile
|
2000-03-28 05:00:17 -05:00
|
|
|
FAKE= Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@-rm -f ${WRKSRC}/mirror.man
|
|
|
|
@sed -e 's,@DOCDIR@,${DOCDIR},' <${FILESDIR}/mirror.man >${WRKSRC}/mirror.man
|
1998-01-04 13:17:05 -05:00
|
|
|
|
|
|
|
pre-install:
|
2000-02-10 18:14:27 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/mirror
|
1998-01-04 13:17:05 -05:00
|
|
|
|
2000-03-28 05:00:17 -05:00
|
|
|
DOCDIR=${PREFIX}/share/doc/mirror
|
|
|
|
DOCS= copyright.html \
|
|
|
|
index.html \
|
|
|
|
mirror-faq.html \
|
|
|
|
mirror.html \
|
|
|
|
mm.html \
|
|
|
|
quickstart.html \
|
|
|
|
mirror-on-dusk.gif \
|
|
|
|
Lake.class
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${DOCDIR}
|
|
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCDIR}
|
|
|
|
|
1998-01-04 13:17:05 -05:00
|
|
|
.include <bsd.port.mk>
|