0ceeb37c93
Xprobe is a tool automating the X logic. X is a logic developed from the various Active Operating System Fingerprinting methods discovered during the "ICMP Usage In Scanning" research project. Obtained from: OpenBSD
20 lines
352 B
Makefile
20 lines
352 B
Makefile
# Ports collection makefile for: xprobe
|
|
# Date created: 23 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xprobe
|
|
PORTVERSION= 0.0.1p1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.sys-security.com/archive/tools/X/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xprobe.1
|
|
|
|
.include <bsd.port.mk>
|