mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
5ee761961b
Hat: portmgr
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# New ports collection makefile for: knocker
|
|
# Date created: Tue Jul 10 01:42:52 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= knocker
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple and easy to use TCP only port scanner (Console version)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
PLIST_FILES= bin/knocker
|
|
|
|
.include <bsd.port.mk>
|