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