tidy fping Makefile

This commit is contained in:
sthen 2015-10-21 10:12:13 +00:00
parent 78c7708afc
commit cc2881baf1

View File

@ -1,26 +1,26 @@
# $OpenBSD: Makefile,v 1.35 2015/10/14 21:36:30 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2015/10/21 10:12:13 sthen Exp $
COMMENT= quickly ping N hosts w/o flooding the network
COMMENT= quickly ping N hosts w/o flooding the network
DISTNAME= fping-3.12
DISTNAME= fping-3.12
REVISION= 0
CATEGORIES= net
CATEGORIES= net
HOMEPAGE= http://fping.org/
HOMEPAGE= http://fping.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
WANTLIB += c
MASTER_SITES= http://fping.org/dist/
MASTER_SITES= http://fping.org/dist/
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
--enable-ipv6
CPPFLAGS= -DDEBUG=1
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
--enable-ipv6
.include <bsd.port.mk>