# $Id: Portfile 30239 2007-10-23 01:55:09Z jmpp@macports.org $

PortSystem 1.0
name             gvpe
version          2.01
categories       net
maintainers      nomaintainer
description      GNU Virtual Private Ethernet
long_description \
	GVPE creates a virtual ethernet (broadcasts supported, \
	any protocol that works with a normal ethernet should \
	work with GVPE) by creating encrypted host-to-host \
	tunnels between multiple endpoints. 
homepage         http://savannah.gnu.org/projects/gvpe/
platforms        darwin
master_sites     gnu
checksums        md5 63577a98ed5b5550891ae6a7261ad821 \
                 sha1 dfa14caece4822902b997ff87ffc9101260ccd2c \
                 rmd160 e9b15bdacb8630500f2586691762aa0bed021f6d

configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
depends_lib      port:gettext \
                 port:libiconv \
                 port:openssl

livecheck.check regex
livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
livecheck.regex ${name}-(\\d+\\.\\d+)
