# $OpenBSD: Makefile,v 1.13 2001/05/06 05:00:06 lebel Exp $ COMMENT= "mirror packages on remote sites" DISTNAME= mirror-2.9 CATEGORIES= net NEED_VERSION= 1.402 MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \ ftp://ftp.nmt.edu/ \ ftp://ftp.plig.net/pub/OpenBSD/distfiles/ MAINTAINER= ports@openbsd.org HOMEPAGE= http://sunsite.org.uk/packages/mirror/ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WRKDIST= ${WRKDIR} MAKE_FILE= makefile 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 do-configure: @-rm -f ${WRKSRC}/mirror.man @sed -e 's,@DOCDIR@,${DOCDIR},g' < ${FILESDIR}/mirror.man \ >${WRKSRC}/mirror.man @sed -e 's,@PREFIX@,${PREFIX},g' < ${WRKSRC}/mirror.pl \ > ${WRKSRC}/mirror @sed -e 's,@PREFIX@,${PREFIX},g' < ${WRKSRC}/mm.pl \ > ${WRKSRC}/mirrormaster pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/mirror post-install: @${INSTALL_DATA_DIR} ${DOCDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCDIR} .include