26 lines
541 B
Makefile
Raw Normal View History

2010-11-19 22:31:32 +00:00
# $OpenBSD: Makefile,v 1.13 2010/11/19 22:31:39 espie 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
2010-11-19 22:31:32 +00:00
USE_GROFF = Yes
2002-10-28 01:38:44 +00:00
NO_REGRESS= Yes
.include <bsd.port.mk>