4e450f33b9
PR: 289928 Approved by: eduardo (mentor)
24 lines
537 B
Makefile
24 lines
537 B
Makefile
PORTNAME= netdiscover
|
|
DISTVERSION= 0.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/netdiscover-scanner/netdiscover/releases/download/${DISTVERSION}/
|
|
|
|
MAINTAINER= tiga@FreeBSD.org
|
|
COMMENT= Network address discovering tool
|
|
WWW= https://github.com/netdiscover-scanner/netdiscover
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf tar:bz2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= sbin/netdiscover \
|
|
share/man/man8/netdiscover.8.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/netdiscover
|
|
|
|
.include <bsd.port.mk>
|