# $Id: Portfile,v 1.13 2006/04/12 07:09:13 markd Exp $

PortSystem 1.0
name             freeradius
version          1.1.1
categories       sysutils
maintainers      toby@opendarwin.org
description      Free Radius Implementation
long_description \
	The FreeRADIUS Server Project is an attempt to \
	create a high-performance and highly-configurable \
	GPLd free RADIUS server.  The server is similar to \
	Livingston's 2.0 server. FreeRADIUS is a variant of \
	the Cistron RADIUS server, but they don't share a \
	lot in common any more.
homepage         http://www.freeradius.org/
platforms        darwin freebsd
master_sites     ftp://ftp.freeradius.org/pub/radius/ \
		 ftp://ftp.freeradius.org/pub/radius/old
checksums        sha1 efc52b20fa88148b8ebf58fa0ae5c36df204b703

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

destroot.destdir prefix=${destroot}${prefix}
