a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21712 2007-02-03 17:55:27Z mww@macports.org $
PortSystem 1.0
name botan
version 1.6.1
categories security devel
platforms darwin
maintainers mww@macports.org
description cryptographic algorithms and formats library in C++
long_description Botan is a C++ library implementing a variety of \
cryptographic algorithms and formats. At this time, it is \
quite stable, and is suitable for use in a wide variety of \
programs.
homepage http://botan.randombit.net/
master_sites http://files.randombit.net/botan/
distfiles Botan-${version}.tbz
checksums md5 c72185b2acaa6637d6194838bb131fda
use_bzip2 yes
patchfiles patch-misc-config-cc-gcc
configure.cmd ./configure.pl
configure.args --docdir=${prefix}/share/doc
platform darwin 8 {
build.args CXX=/usr/bin/g++-4.0
}
destroot.destdir INSTALLROOT=${destroot}${prefix} \
OWNER=`id -u` \
GROUP=`id -g`