pkgsrc/net/fping/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

20 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:49 rillig Exp $
DISTNAME= fping-4.2
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/
MAINTAINER= abs@NetBSD.org
HOMEPAGE= https://www.fping.org/
COMMENT= Quickly ping many hosts w/o flooding the network
USE_LANGUAGES= c99
GNU_CONFIGURE= yes
SPECIAL_PERMS+= sbin/fping ${SETUID_ROOT_PERMS}
CFLAGS.SunOS+= -Dn_time=uint32_t -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
.include "options.mk"
.include "../../mk/bsd.pkg.mk"