1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net-mgmt/omping/Makefile
2021-04-06 16:31:07 +02:00

23 lines
390 B
Makefile

# Created by: Frank Wall <fw@moov.de>
PORTNAME= omping
PORTVERSION= 0.0.4
CATEGORIES= net-mgmt
MAINTAINER= fw@moov.de
COMMENT= Tool to test IP multicast functionality
LICENSE= MIT
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= jfriesse
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>