automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
29 lines
770 B
Makefile
29 lines
770 B
Makefile
# $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/
|
|
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"
|