2004-02-28 21:39:16 +01:00
|
|
|
# New ports collection makefile for: beacon
|
|
|
|
# Date created: 26 February 2004
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= beacon
|
2011-04-11 06:11:41 +02:00
|
|
|
PORTVERSION= 1.4
|
2011-04-13 03:35:17 +02:00
|
|
|
PORTREVISION= 1
|
2004-02-28 21:39:16 +01:00
|
|
|
CATEGORIES= net perl5 mbone ipv6
|
2011-04-11 06:11:41 +02:00
|
|
|
MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION}
|
2004-02-28 21:39:16 +01:00
|
|
|
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
|
|
COMMENT= Beacon active measurement tool to monitor multicast
|
|
|
|
|
2012-06-30 16:39:14 +02:00
|
|
|
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
|
|
|
RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net
|
2004-02-28 21:39:16 +01:00
|
|
|
|
|
|
|
WWW_DIR?= ${PREFIX}/www/
|
|
|
|
PLIST_SUB+= VERSION=${PORTVERSION}
|
2004-07-11 22:06:33 +02:00
|
|
|
USE_PERL5= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf
|
2004-02-28 21:39:16 +01:00
|
|
|
|
2011-04-11 06:11:41 +02:00
|
|
|
OPTIONS= IPV6 "Enable IPv6 PTR lookups" off
|
|
|
|
|
|
|
|
.ifdef(WITH_IPV6)
|
2012-06-30 16:39:14 +02:00
|
|
|
BUILD_DEPENDS+= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
|
2006-05-15 09:02:17 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
2004-10-26 18:21:10 +02:00
|
|
|
.endif
|
|
|
|
|
2004-07-11 22:06:33 +02:00
|
|
|
post-install:
|
2004-02-28 21:39:16 +01:00
|
|
|
.ifndef(NOPORTDOCS)
|
2010-12-15 23:44:42 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}/
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
2004-02-28 21:39:16 +01:00
|
|
|
.endif
|
|
|
|
|
2011-04-11 06:11:41 +02:00
|
|
|
.include <bsd.port.mk>
|