openbsd-ports/security/nessus/Makefile

28 lines
538 B
Makefile
Raw Normal View History

1999-01-31 19:29:02 -05:00
# Makefile for: nessus
1999-02-07 18:11:33 -05:00
# Version required: 990201
1999-01-31 19:29:02 -05:00
# Date created: 18 Jan 1999
# Whom: dugsong@monkey.org
# Related URLs: http://www.nessus.org/
#
1999-02-07 18:11:33 -05:00
# $OpenBSD: Makefile,v 1.2 1999/02/07 23:11:33 dugsong Exp $
1999-01-31 19:29:02 -05:00
1999-02-07 18:11:33 -05:00
DISTNAME= nessus-990201
1999-01-31 19:29:02 -05:00
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\\.:${PORTSDIR}/x11/gtk+
GNU_CONFIGURE= yes
MAN1= nessus.1
.include <bsd.port.mk>