blob: 6e818fce1c08a6231cd344fee4d446b2de8b624c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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}
MAN8= ${PORTNAME}.8
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|