pkgsrc/net/mirror/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

39 lines
953 B
Makefile

# $NetBSD: Makefile,v 1.20 2003/06/02 01:17:55 jschauma Exp $
# FreeBSD Id: Makefile,v 1.6 1996/12/01 01:22:54 obrien Exp
#
DISTNAME= mirror-2.9
PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= net
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://sunsite.org.uk/packages/mirror/
COMMENT= Mirror packages on remote sites
USE_PERL5= # defined
MAKEFILE= makefile
SCRIPTS_ENV+= PERL5=${PERL5}
REPLACE_PERL= do_unlinks.pl mirror.pl mm.pl pkgs_to_mmin.pl
pre-configure:
cd ${WRKSRC}; \
for i in mirror.pl mm.pl; do \
${SED} -e 's:!!PREFIX!!:${PREFIX}:g' $$i >$$i.BAK;\
${MV} -f $$i.BAK $$i; \
done
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/mirror
post-install:
@if [ ! -f ${PREFIX}/lib/mirror/mirror.defaults ]; then \
${CP} -p \
${PREFIX}/lib/mirror/mirror.defaults.dist \
${PREFIX}/lib/mirror/mirror.defaults; \
fi
.include "../../mk/bsd.pkg.mk"