07f3a1c4cf
from brad
14 lines
243 B
Makefile
14 lines
243 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/06/28 18:52:00 jasper Exp $
|
|
|
|
COMMENT= libraries for Nessus
|
|
DISTNAME= nessus-libraries-${V}
|
|
REVISION= 2
|
|
|
|
SHARED_LIBS= hosts_gatherer 4.7 \
|
|
nessus 4.7
|
|
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|