Lines 7-13
Link Here
|
7 |
CATEGORIES= net perl5 mbone ipv6 |
7 |
CATEGORIES= net perl5 mbone ipv6 |
8 |
MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} |
8 |
MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= portmaster@bsdforge.com |
11 |
COMMENT= Beacon active measurement tool to monitor multicast |
11 |
COMMENT= Beacon active measurement tool to monitor multicast |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net |
13 |
BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net |
Lines 17-22
Link Here
|
17 |
PLIST_SUB+= VERSION=${PORTVERSION} |
17 |
PLIST_SUB+= VERSION=${PORTVERSION} |
18 |
|
18 |
|
19 |
USES= perl5 |
19 |
USES= perl5 |
|
|
20 |
USE_PERL5+= fixpacklist |
20 |
USE_AUTOTOOLS= autoconf |
21 |
USE_AUTOTOOLS= autoconf |
21 |
|
22 |
|
22 |
OPTIONS_DEFINE= IPV6 |
23 |
OPTIONS_DEFINE= IPV6 |
Lines 24-30
Link Here
|
24 |
|
25 |
|
25 |
IPV6_DESC= Enable IPv6 PTR lookups |
26 |
IPV6_DESC= Enable IPv6 PTR lookups |
26 |
|
27 |
|
27 |
NO_STAGE= yes |
|
|
28 |
.include <bsd.port.options.mk> |
28 |
.include <bsd.port.options.mk> |
29 |
|
29 |
|
30 |
.if ${PORT_OPTIONS:MIPV6} |
30 |
.if ${PORT_OPTIONS:MIPV6} |
Lines 35-43
Link Here
|
35 |
.endif |
35 |
.endif |
36 |
|
36 |
|
37 |
post-install: |
37 |
post-install: |
|
|
38 |
cd ${STAGEDIR}/${SITE_PERL}/${PERL_ARCH}/auto/Net/Multicast/Beacon/ && ${STRIP_CMD} Beacon.so |
39 |
cd ${WRKSRC}/src/FreeBSD/ && cp beacon ${STAGEDIR}${PREFIX}/etc/rc.d/ |
38 |
.if ${PORT_OPTIONS:MDOCS} |
40 |
.if ${PORT_OPTIONS:MDOCS} |
39 |
@${MKDIR} ${DOCSDIR}/ |
41 |
@${MKDIR} ${STAGEDIR}${DOCSDIR}/ |
40 |
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ |
42 |
@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ |
41 |
.endif |
43 |
.endif |
|
|
44 |
compress-man: |
45 |
MANCOMPRESSED= no |
42 |
|
46 |
|
43 |
.include <bsd.port.mk> |
47 |
.include <bsd.port.mk> |