openbsd-ports/security/nessus/libnasl/Makefile
msf 82b2fd12ed - have libnasl install the nessus_org.pem ca file. This file is needed so
nessusd can use signed plugins.
- bump PKGNAME

ok aanriot@
2005-09-26 19:24:25 +00:00

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>