# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem              1.0

name                    openvas-client
version                 2.0.5
set download_id         617
platforms               darwin
categories              security
maintainers             ryandesign
homepage                http://www.openvas.org/
master_sites            http://wald.intevation.org/frs/download.php/${download_id}

checksums \
    md5     1ab804e599705543fb96a8c04777b46a \
    sha1    cb157534cdbee31e54348de3fe2df73ea9490f19 \
    rmd160  6e2b625f5c7361dfa294165976157e3777ec0359

description \
    Open Vulnerability Assessment System client

long_description \
    OpenVAS is the Open Vulnerability Assessment System. This port is \
    the client component.

depends_build \
    path:bin/pkg-config:pkgconfig \
    bin:grep:grep

depends_lib \
    path:bin/gdlib-config:gd2 \
    path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
    path:lib/pkgconfig/openssl.pc:openssl

use_parallel_build      yes

livecheck.type          regex
livecheck.url           http://wald.intevation.org/frs/?group_id=29
livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
