mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
386 B
Makefile
22 lines
386 B
Makefile
# Created by: nbm
|
|
|
|
PORTNAME= icmpmonitor
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multiple host icmp monitoring tool
|
|
|
|
LICENSE= GPLv2 BSD4CLAUSE
|
|
LICENSE_COMB= multi
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= man/man1/icmpmonitor.1.gz sbin/icmpmonitor
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/icmpmonitor
|
|
|
|
.include <bsd.port.mk>
|