blob: 9cd38593db3109c1adc6b4cc5ffdf3a6fdb7bee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
PORTNAME= omping
PORTVERSION= 0.0.4
CATEGORIES= net-mgmt
MASTER_SITES= https://fedorahosted.org/releases/o/m/${PORTNAME}/
MAINTAINER= fw@moov.de
COMMENT= Tool to test IP multicast functionality
LICENSE= MIT
USES= gmake
PLIST_FILES= bin/${PORTNAME} \
man/man8/omping.8.gz
post-patch:
@${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|