e3a967c2a0
help and ok naddy@
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.10 2005/08/05 22:49:56 aanriot Exp $
|
|
|
|
COMMENT= "ICMP active OS fingerprint scanner"
|
|
|
|
DISTNAME= xprobe2-0.3
|
|
CATEGORIES= net security
|
|
|
|
HOMEPAGE= http://www.sys-security.com/index.php?page=xprobe
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c m pcap stdc++
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xprobe/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|