6cfb8c0928
- regen plist - set license version from gleydson soares
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/03/10 20:28:12 jasper 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
|
|
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
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/cfg-scripts
|
|
|
|
USE_GROFF= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|