13 lines
240 B
Makefile
13 lines
240 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/04/03 13:55:59 aanriot Exp $
|
|
|
|
COMMENT= "libraries for Nessus"
|
|
DISTNAME= nessus-libraries-${V}
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
SHARED_LIBS= hosts_gatherer 4.7 \
|
|
nessus 4.7
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|