15 lines
296 B
Makefile
15 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/12/25 15:52:38 sturm Exp $
|
|
|
|
COMMENT= "libraries for Nessus"
|
|
|
|
DISTNAME= nessus-libraries-${VERSION}
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS= hosts_gatherer 4.5 \
|
|
nessus 4.5
|
|
MODGNU_SHARED_LIBS=hosts_gatherer '' \
|
|
nessus ''
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|