freebsd-ports/net/beacon/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

37 lines
901 B
Makefile

# Created by: Janos.Mohacsi@bsd.hu
# $FreeBSD$
PORTNAME= beacon
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= net perl5 mbone ipv6
MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION}
MAINTAINER= portmaster@bsdforge.com
COMMENT= Beacon active measurement tool to monitor multicast
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Net>=0:net/p5-Net
RUN_DEPENDS= p5-Net>=0:net/p5-Net
WWW_DIR?= ${PREFIX}/www/
PLIST_SUB+= VERSION=${PORTVERSION}
USES= perl5
USE_AUTOTOOLS= autoconf
PORTDOCS= README
OPTIONS_DEFINE= DOCS IPV6
IPV6_DESC= Enable IPv6 PTR lookups
IPV6_CONFIGURE_ENABLE= ipv6
IPV6_BUILD_DEPENDS= p5-Socket6>=0:net/p5-Socket6
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Multicast/Beacon/Beacon.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>