20 lines
337 B
Makefile
20 lines
337 B
Makefile
PORTNAME= omping
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
|
|
MAINTAINER= fw@moov.de
|
|
COMMENT= Tool to test IP multicast functionality
|
|
WWW= https://github.com/jfriesse/omping
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jfriesse
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man8/omping.8.gz
|
|
|
|
.include <bsd.port.mk>
|