14 lines
242 B
Makefile
14 lines
242 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/20 17:22:44 espie Exp $
|
|
|
|
COMMENT= libraries for Nessus
|
|
DISTNAME= nessus-libraries-${V}
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS= hosts_gatherer 4.7 \
|
|
nessus 4.7
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|