aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icmpmonitor/Makefile
blob: ea83f8707c1599bb2e088ef1cf5ffd4a7bb1dfd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>