mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
441ffc8f24
Approved by: portmgr (blanket)
23 lines
443 B
Makefile
23 lines
443 B
Makefile
PORTNAME= knocker
|
|
PORTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Simple and easy to use TCP only port scanner (Console version)
|
|
WWW= https://knocker.sourceforge.io
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/knocker \
|
|
share/man/man1/knocker.1.gz
|
|
|
|
.include <bsd.port.mk>
|