mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
628 B
Makefile
30 lines
628 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: fping
|
|
# Date created: Tue Mar 25, 1997
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fping
|
|
PORTVERSION= 2.2b1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.stanford.edu/dept/networking/pub/fping/ \
|
|
ftp://sntop.sourceforge.net/pub/sntop/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
|
|
MAN8= fping.8
|
|
|
|
post-patch:
|
|
${PERL} -pi.fbsd -e 's/fping@/${MAINTAINER:S/@/\\@/g} or fping@/g' \
|
|
${WRKSRC}/fping.c
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/sbin/fping
|
|
@${CHMOD} 4555 ${PREFIX}/sbin/fping
|
|
|
|
.include <bsd.port.mk>
|