23 lines
430 B
Makefile
23 lines
430 B
Makefile
# $OpenBSD: Makefile.inc,v 1.13 2013/03/11 12:27:54 sthen Exp $
|
|
|
|
V= 2.2.9
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://www.nessus.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${V}/src/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--sharedstatedir=/var \
|
|
--disable-nessuspcap \
|
|
--enable-bpf-sharing \
|
|
--enable-shared
|
|
|
|
NO_TEST= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/-${V}//:S/-GPL//}
|