3c175cb569
Reviewed by: marcus
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# Ports collection makefile for: xprobe
|
|
# Date created: 23 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xprobe
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.sys-security.com/archive/tools/X/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= ICMP active OS fingerprint scanner
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xprobe.1
|
|
PLIST_FILES= bin/xprobe
|
|
|
|
.include <bsd.port.mk>
|