openbsd-ports/security/nessus/libnasl/Makefile

18 lines
368 B
Makefile
Raw Normal View History

2010-11-11 13:43:10 -05:00
# $OpenBSD: Makefile,v 1.15 2010/11/11 18:43:10 espie Exp $
COMMENT= Nessus Attack Scripting Language
DISTNAME= libnasl-${V}
2010-11-11 13:43:10 -05:00
REVISION = 1
2006-09-23 04:45:04 -04:00
SHARED_LIBS= nasl 4.7
2010-11-11 13:43:10 -05:00
WANTLIB= c crypto pcap rpcsvc ssl util nessus.>=4 hosts_gatherer.>=4
2010-11-11 13:43:10 -05:00
LIB_DEPENDS= ::security/nessus/libraries
BUILD_DEPENDS= :bison-*:devel/bison
2005-12-25 10:52:38 -05:00
USE_LIBTOOL= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2005-12-25 10:52:38 -05:00
.include <bsd.port.mk>