a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20414 2006-11-03 02:15:12Z jberry@macports.org $
PortSystem 1.0
name arla
version 0.35.11
revision 1
categories net security
maintainers nomaintainer@macports.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
#}