freebsd-ports/net-mgmt/omping/Makefile
Raphael Kubo da Costa 65b14c7154 Switch to USE_GITHUB.
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
2017-05-25 10:27:59 +00:00

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>