# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $ PortSystem 1.0 name freeradius version 1.1.7 revision 1 categories sysutils maintainers nomaintainer 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 4e8515f82260478ef881ed7b87b7ca258e19ccba depends_lib port:openssl port:gdbm configure.args --with-openssl-includes=${prefix}/include/openssl \ --with-openssl-libraries=${prefix}/lib \ --without-rlm_krb5 \ --mandir=\\\${prefix}/share/man configure.cflags-append -I${prefix}/include destroot.destdir prefix=${destroot}${prefix} variant kerberos { depends_lib-append port:kerberos5 configure.args-delete --without-rlm_krb5 }