freebsd-ports/net-mgmt/icmpmonitor/Makefile

22 lines
386 B
Makefile
Raw Normal View History

# Created by: nbm
PORTNAME= icmpmonitor
PORTVERSION= 1.2
CATEGORIES= net-mgmt
MASTER_SITES= SF
2004-03-25 19:33:22 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiple host icmp monitoring tool
2015-06-10 19:40:24 +02:00
LICENSE= GPLv2 BSD4CLAUSE
LICENSE_COMB= multi
GNU_CONFIGURE= yes
2014-06-09 05:41:18 +02:00
PLIST_FILES= man/man1/icmpmonitor.1.gz sbin/icmpmonitor
2015-06-10 19:40:24 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/icmpmonitor
.include <bsd.port.mk>