be52ce7665
network security scanner with associated tools like a graphical user front-end. The core component is a server with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications.
19 lines
680 B
Makefile
19 lines
680 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/01/04 01:09:31 adrianp Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
OPENVAS_LIBNASL_BUILDLINK3_MK:= ${OPENVAS_LIBNASL_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= openvas-libnasl
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nopenvas-libnasl}
|
|
BUILDLINK_PACKAGES+= openvas-libnasl
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}openvas-libnasl
|
|
|
|
.if ${OPENVAS_LIBNASL_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.openvas-libnasl+= openvas-libnasl>=2.0.0
|
|
BUILDLINK_PKGSRCDIR.openvas-libnasl?= ../../security/openvas-libnasl
|
|
.endif # OPENVAS_LIBNASL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|