openbsd-ports/net/xprobe/Makefile

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-08 21:23:53 -05:00
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>