pkgsrc/mbone/beacon/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

33 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/10/19 19:18:21 he Exp $
#
DISTNAME= beacon-1.1-0
PKGNAME= beacon-1.1.0
PKGREVISION= 4
CATEGORIES= mbone
MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/
COMMENT= Multicast supervision tool
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon
USE_TOOLS+= perl
PERL5_CONFIGURE= NO
PERL5_PACKLIST= auto/Net/Multicast/Beacon/.packlist
SUBST_CLASSES+= conf
SUBST_FILES.conf= src/beacon.in
SUBST_STAGE.conf= post-patch
SUBST_SED.conf= -e s,@prefix@/etc,${PKG_SYSCONFDIR},
CONF_FILES+= ${PREFIX}/share/examples/beacon/beacon.conf \
${PKG_SYSCONFDIR}/beacon.conf
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"