openbsd-ports/security/nessus/core/Makefile
aanriot 6686c115a0 - maintenance update to 2.2.9 .
- SHA256 checksums (reminded by sturm).

ok sturm@
2007-02-13 11:55:01 +00:00

27 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.14 2007/02/13 11:55:01 aanriot Exp $
COMMENT= "network security scanner"
DISTNAME= nessus-core-${V}
FLAVORS= no_x11
FLAVOR?=
WANTLIB= c crypto m pcap rpcsvc ssl util hosts_gatherer nessus
LIB_DEPENDS= nasl.>=4::security/nessus/libnasl
BUILD_DEPENDS= :bison-*:devel/bison
.if empty(FLAVOR:L:Mno_x11)
USE_X11= Yes
MODULES= devel/gettext
WANTLIB+= atk-1.0 cairo.>=4 fontconfig freetype glib-2.0 \
gmodule-2.0 gobject-2.0 pango-1.0 pangocairo-1.0 \
pangoft2-1.0 X11
LIB_DEPENDS+= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
CONFIGURE_ARGS+=--enable-gtk
.else
CONFIGURE_ARGS+=--disable-gtk
.endif
.include <bsd.port.mk>