65b14c7154
fedorahosted.org is down and the project has switched to GitHub. Comparing the GitHub tarball and the old one from distcache.FreeBSD.org, the former has a few new files: * .gitignore * extras/img/omping-banner-url.svg * extras/img/omping-banner.svg * extras/img/omping-icon.svg All the other contents are identical. PR: 218099
23 lines
402 B
Makefile
23 lines
402 B
Makefile
# Created by: Frank Wall <fw@moov.de>
|
|
# $FreeBSD$
|
|
|
|
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>
|