1997c75349
From Darrin Chandler
17 lines
363 B
Makefile
17 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.12 2007/09/15 23:29:59 merdely Exp $
|
|
|
|
COMMENT= Nessus Attack Scripting Language
|
|
DISTNAME= libnasl-${V}
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
SHARED_LIBS= nasl 4.7
|
|
|
|
WANTLIB= c crypto pcap rpcsvc ssl util
|
|
|
|
LIB_DEPENDS= nessus.>=4,hosts_gatherer.>=4::security/nessus/libraries
|
|
BUILD_DEPENDS= :bison-*:devel/bison
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|