2010-11-19 22:31:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/11/19 22:31:39 espie Exp $
|
2001-07-26 02:09:47 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= ICMP active OS fingerprint scanner
|
2001-07-26 02:09:47 +00:00
|
|
|
|
2005-08-05 22:49:56 +00:00
|
|
|
DISTNAME= xprobe2-0.3
|
2001-07-26 02:09:47 +00:00
|
|
|
CATEGORIES= net security
|
|
|
|
|
2005-08-05 22:49:56 +00:00
|
|
|
HOMEPAGE= http://www.sys-security.com/index.php?page=xprobe
|
2001-07-26 02:09:47 +00:00
|
|
|
|
2002-12-22 01:46:15 +00:00
|
|
|
# GPL
|
2001-07-26 02:09:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-08-05 22:49:56 +00:00
|
|
|
WANTLIB= c m pcap stdc++
|
2001-07-26 02:09:47 +00:00
|
|
|
|
2005-08-05 22:49:56 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xprobe/}
|
2001-07-26 02:09:47 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-03-09 02:23:53 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
|
2001-07-26 02:09:47 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
USE_GROFF = Yes
|
2002-10-28 01:38:44 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-07-26 02:09:47 +00:00
|
|
|
.include <bsd.port.mk>
|