summaryrefslogtreecommitdiff
path: root/mbone/beacon/Makefile
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-02-03 15:06:36 +0000
committercube <cube@pkgsrc.org>2005-02-03 15:06:36 +0000
commit98cd7ec64eaf4b4d241766c97de616aa98a988bd (patch)
tree367d450adc7ad2447e343fe0951de1ae00ed642e /mbone/beacon/Makefile
parent77b44e36032830363f1ab31c7af48fa3a8ff0f92 (diff)
downloadpkgsrc-98cd7ec64eaf4b4d241766c97de616aa98a988bd.tar.gz
Initial import of beacon, version 1.1.0, into the NetBSD Packages
Collection. Initial work by Emmanuel Dreyfus, clean-up and linting by me. The NLANR/DAST Multicast Beacon is a multicast diagnostic tool written in Perl which uses the RTP protocol (RFC3550) to provide useful statistics and diagnostic information about a given multicast group's connectivity characteristics.
Diffstat (limited to 'mbone/beacon/Makefile')
-rw-r--r--mbone/beacon/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile
new file mode 100644
index 00000000000..e4b6f3abe55
--- /dev/null
+++ b/mbone/beacon/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/03 15:06:36 cube Exp $
+#
+
+DISTNAME= beacon-1.1-0
+PKGNAME= beacon-1.1.0
+CATEGORIES= mbone
+MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/
+
+MAINTAINER= manu@NetBSD.org
+HOMEPAGE= http://dast.nlanr.net/Projects/Beacon/
+COMMENT= Multicast supervison tool
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_PKGINSTALL= YES
+CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon
+
+PERL5_CONFIGURE= NO
+PERL5_PACKLIST= ${PERL5_SITEARCH}/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"