# $Id: Portfile,v 1.2 2005/04/19 12:56:32 toby Exp $

PortSystem 1.0
name             gvpe
version          1.9
categories       net
maintainers      toby@opendarwin.org
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 a49754f4a8912bd99016dfeeaddf6f5d

configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
