# $Id: Portfile 55097 2009-08-06 21:05:33Z toby@macports.org $

PortSystem			1.0
name				tcllib
version				1.11.1
categories			devel
platforms			darwin
maintainers			kallisys.net:pguyot
description			tcllib standardized library
long_description	tcllib is a set of pure-Tcl extensions that you can use to \
					become even more productive with Tcl.
homepage			http://tcllib.sf.net/
master_sites		sourceforge:tcllib
checksums			md5     e14f66e3949400e7d359bdb4e294b6a0 \
					sha1    aafc666dfa557fe0b8c4af82d9930b0438cdd660 \
					rmd160  c1ccb34960aee8fee1981c7bf315cb6ef3b34b15
use_bzip2			yes

configure.args		--mandir=${prefix}/share/man

# There is a bug in this port, it won't work with LANG or LC_ALL unset.
destroot.env		LANG=C LC_MESSAGES=C LC_CTYPE=C LC_ALL=C

depends_lib			port:tcl \
					path:bin/dot:graphviz \
					port:tk
