1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Add LICENSE

- Strip binary
This commit is contained in:
Dmitry Marakasov 2015-06-10 17:40:24 +00:00
parent 4ee95d2796
commit 9f0654f2fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389110

View File

@ -9,8 +9,14 @@ 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>