1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/openvas-client/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

26 lines
550 B
Makefile

# New ports collection makefile for: openvas-client
# Date created: 2008-04-27
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= openvas-client
PORTVERSION= 2.0.4
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/595/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GUI client for OpenVAS
MAN1= OpenVAS-Client.1 openvasclient-mkcert.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
.include <bsd.port.mk>