# $Id: Portfile 62412 2010-01-07 03:00:42Z markd@macports.org $

PortSystem			1.0
name				tcllib
version				1.12
categories			devel
platforms			darwin
maintainers			nomaintainer
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     ad45b523773d2f3707a4c2e4909ed44d \
					sha1 71d211b57fab902a3e7f183fa784cb5801e09f67 \
					rmd160 727f225266c1fd09dbe53feef0ec4f762b0feda3
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

post-destroot {
# Prevent conflict with tcl port
	delete ${destroot}${prefix}/share/man/mann/msgcat.n
}
