PortSystem 1.0 name aklog version 20010401 categories net security revision 0 maintainers ssen@opendarwin.org description convert Kerberos tickets to AFS tokens long_description aklog is used to translate an existing \ Kerberos ticket to an in-kernel AFS token, without \ requiring the user to reenter any passwords master_sites http://web.mit.edu/openafs/www/ platforms +darwin distfiles athena-aklog${extract.sufx} aklog-darwin${extract.sufx} checksums \ athena-aklog${extract.sufx} md5 c7f06fb288a6f9167f947c37578237f8 \ aklog-darwin${extract.sufx} md5 66ae3e319eb6f46ab162ba2c48bbb288 worksrcdir aklog configure {} build.args AFSDIR="${prefix}" CFLAGS="-DMAX_HSTNM=MAXHOSTNAMELEN" depends_build lib:libubik:openafs install { cd ${worksrcpath} system "install -d ${destroot}/${prefix}/bin" system "install -d ${destroot}/${prefix}/man/man1" system "install -o root -m 755 aklog \ ${destroot}/${prefix}/bin" system "install -o root -m 644 aklog.1 \ ${destroot}/${prefix}/man/man1" }