Merge branch 'staged'
[dports.git] / net-mgmt / omping / Makefile
1 PORTNAME=       omping
2 PORTVERSION=    0.0.4
3 CATEGORIES=     net-mgmt
4
5 MAINTAINER=     fw@moov.de
6 COMMENT=        Tool to test IP multicast functionality
7 WWW=            https://github.com/jfriesse/omping
8
9 LICENSE=        MIT
10
11 USES=           gmake
12 USE_GITHUB=     yes
13 GH_ACCOUNT=     jfriesse
14
15 PLIST_FILES=    bin/${PORTNAME} \
16                 man/man8/omping.8.gz
17
18 post-patch:
19                 @${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile
20
21 .include <bsd.port.mk>