# $Id: Portfile,v 1.4 2005/04/21 15:57:47 jberry Exp $

PortSystem			1.0
name				tcllib
version				1.7
categories			devel
maintainers			pguyot@kallisys.net
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 b8d9d5da75f082d0e5b2949c2df3509b

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

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

# Install this in DP tree, with DP's Tcl.
depends_lib			port:tcl
