openbsd-ports/net/xprobe/Makefile

27 lines
582 B
Makefile
Raw Normal View History

2004-12-15 19:31:20 -05:00
# $OpenBSD: Makefile,v 1.8 2004/12/16 00:31:27 alek Exp $
COMMENT= "ICMP active OS fingerprint scanner"
DISTNAME= xprobe-0.0.2
CATEGORIES= net security
HOMEPAGE= http://www.sys-security.com/html/projects/X.html
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c pcap
MASTER_SITES= http://www.sys-security.com/archive/tools/X/
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>