24 lines
455 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:35:58 espie Exp $
COMMENT= ICMP active OS fingerprint scanner
DISTNAME= xprobe2-0.3
REVISION= 0
CATEGORIES= net security
HOMEPAGE= http://xprobe.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= 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
USE_GROFF= Yes
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2002-10-28 01:38:44 +00:00
.include <bsd.port.mk>