pkgsrc/mbone/beacon/Makefile

30 lines
770 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2005/12/29 06:21:54 jlam Exp $
#
DISTNAME= beacon-1.1-0
PKGNAME= beacon-1.1.0
PKGREVISION= 2
CATEGORIES= mbone
MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/
2005-03-01 18:15:48 +01:00
COMMENT= Multicast supervision tool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon
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"