# $Id: Portfile,v 1.6 2003/03/03 07:09:26 mij Exp $ PortSystem 1.0 name arla version 0.35.11 revision 1 categories net security maintainers jpm@opendarwin.org description free AFS implementation from KTH long_description \ Arla is a free AFS client implementation. The main goal of the Arla \ project is to make a fully functional client with all capabilities \ of commercial AFS. Other planned and implemented things are all the \ normal management tools and a server. homepage http://www.stacken.kth.se/projekt/arla/ platforms darwin default_variants +krbafs master_sites ftp://ftp.stacken.kth.se/pub/arla/ checksums md5 f55aac6637796929f2ae2f0dbb111072 configure.env LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include" variant krbafs { depends_lib lib:krbafs:krbafs configure.args --with-krbafs=${prefix} --disable-mmap } #not working #variant kth-krb { # depends_lib lib:kth-krb:kth-krb # configure.args --disable-mmap #}