25 lines
528 B
Makefile
Raw Normal View History

# $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
2002-03-09 02:23:53 +00:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
2002-10-28 01:38:44 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>