blob: 8a54e6f2fe1d83e3ec1eadeefd0425cdc1e2f67a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|