openbsd-ports/security/nessus/libnasl/Makefile
ajacoutot 2d702b0153 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
2011-05-11 08:24:40 +00:00

18 lines
359 B
Makefile

# $OpenBSD: Makefile,v 1.17 2011/05/11 08:24:41 ajacoutot Exp $
COMMENT= Nessus Attack Scripting Language
DISTNAME= libnasl-${V}
REVISION = 2
SHARED_LIBS= nasl 4.7
WANTLIB= c crypto pcap rpcsvc ssl util nessus>=4 hosts_gatherer>=4
LIB_DEPENDS= security/nessus/libraries
BUILD_DEPENDS= devel/bison
USE_LIBTOOL= Yes
USE_GROFF = Yes
.include <bsd.port.mk>