13 lines
229 B
Makefile
13 lines
229 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:48:53 ajacoutot Exp $
|
|
|
|
COMMENT= libraries for Nessus
|
|
DISTNAME= nessus-libraries-${V}
|
|
REVISION= 2
|
|
|
|
SHARED_LIBS= hosts_gatherer 4.7 \
|
|
nessus 4.7
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|