openbsd-ports/security/nessus/libnasl/Makefile

17 lines
363 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2007/09/15 23:29:59 merdely Exp $
COMMENT= Nessus Attack Scripting Language
DISTNAME= libnasl-${V}
2007-04-03 09:55:22 -04:00
PKGNAME= ${DISTNAME}p0
2006-09-23 04:45:04 -04:00
SHARED_LIBS= nasl 4.7
WANTLIB= c crypto pcap rpcsvc ssl util
2006-08-03 19:28:11 -04:00
LIB_DEPENDS= nessus.>=4,hosts_gatherer.>=4::security/nessus/libraries
BUILD_DEPENDS= :bison-*:devel/bison
2005-12-25 10:52:38 -05:00
USE_LIBTOOL= Yes
.include <bsd.port.mk>