1997c75349
From Darrin Chandler
13 lines
238 B
Makefile
13 lines
238 B
Makefile
# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:59 merdely 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>
|