# $Id: Portfile,v 1.5 2006/01/16 07:39:37 mww Exp $

PortSystem 1.0

name			botan
version			1.4.12
categories		security devel
platforms		darwin
maintainers		mww@opendarwin.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 bae76134b231b92cf4c5d596ee54a8c5
use_bzip2		yes
patchfiles		patch-configure.pl

configure.cmd	./configure.pl

platform darwin 8 {
	build.args		CXX=/usr/bin/g++-3.3
}

destroot.destdir	INSTALLROOT=${destroot}${prefix} \
				OWNER=`id -u` \
				GROUP=`id -g`
