# $Id: Portfile,v 1.1 2005/04/11 13:05:28 toby Exp $ PortSystem 1.0 name libtomcrypt version 1.00 categories security maintainers toby@opendarwin.org description cryptographic toolkit long_description \ LibTomCrypt is a fairly comprehensive, modular and portable \ cryptographic toolkit that provides developers with a vast \ array of well known published block ciphers, one-way hash \ functions, chaining modes, pseudo-random number generators, \ public key cryptography and a plethora of other routines. homepage http://libtomcrypt.org/ platforms darwin master_sites ${homepage}files/ distname crypt-${version} use_bzip2 yes checksums md5 73a896e5e8f636dd14c1517f572ddaa1 worksrcdir ${name}-${version} patchfiles patch-makefile configure {} build.target destroot.target install_lib destroot.args LIBPATH=${prefix}/lib INCPATH=${prefix}/include