# $Id: Portfile,v 1.3 2005/03/28 04:29:05 toby Exp $

PortSystem 1.0
name             macstl
version          0.2.2
categories       devel
maintainers      toby@opendarwin.org
description      C++ header library
long_description \
	The C++ header library designed to bring the Macintosh \
	into the world of modern generic programming.
homepage         http://www.pixelglow.com/macstl/
platforms        darwin
master_sites     http://www.pixelglow.com/downloads/
extract.suffix   .tgz
checksums        md5 454ccf7015b7d606ecefccf76ded5f10

worksrcdir       ${name}

configure        {}

build.type       pbx
build.dir        ${worksrcpath}/mac
build.target     -project macstl.xcode

destroot {
	file mkdir ${destroot}/Library/Frameworks
	file copy ${build.dir}/build/macstl.framework \
		${destroot}/Library/Frameworks
}
