24 lines
455 B
Makefile
24 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:35:58 espie Exp $
|
|
|
|
COMMENT= ICMP active OS fingerprint scanner
|
|
|
|
DISTNAME= xprobe2-0.3
|
|
REVISION= 0
|
|
CATEGORIES= net security
|
|
|
|
HOMEPAGE= http://xprobe.sourceforge.net/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c m pcap stdc++
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xprobe/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
|
|
|
|
USE_GROFF= Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|