82b2fd12ed
nessusd can use signed plugins. - bump PKGNAME ok aanriot@
20 lines
455 B
Makefile
20 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/09/26 19:24:25 msf Exp $
|
|
|
|
COMMENT= "Nessus Attack Scripting Language"
|
|
|
|
DISTNAME= libnasl-${VERSION}
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
WANTLIB= c crypto pcap ssl util
|
|
|
|
BUILD_DEPENDS= :bison-*:devel/bison
|
|
|
|
LIB_DEPENDS= nessus.4,hosts_gatherer.4::security/nessus/libraries
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/libnasl/
|
|
${INSTALL_DATA} ${WRKSRC}/doc/nessus_org.pem ${PREFIX}/share/libnasl/
|
|
|
|
|
|
.include <bsd.port.mk>
|