17 lines
362 B
Makefile
17 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.4 1999/03/28 21:27:05 brad Exp $
|
|
|
|
DISTNAME= nessus-990201
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.nessus.org/ \
|
|
http://www.worldnet.fr/~deraison/ \
|
|
ftp://ftp.gwdg.de/pub/linux/misc/nessus/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|