# $Id: Portfile,v 1.12 2003/12/10 09:21:01 jkh Exp $ PortSystem 1.0 name tk version 8.4.1 revision 1 categories x11 maintainers jkh@opendarwin.org description Tcl Tool Kit long_description This is Tk version ${version}, a GUI toolkit for Tcl. \ The best way to get started with Tcl is to read \ ``Tcl and the Tk Toolkit'' by John K. Ousterhout, \ Addison-Wesley, ISBN 0-201-63337-X. platforms darwin master_sites http://umn.dl.sourceforge.net/sourceforge/tcl/ distname ${portname}${portversion}-src worksrcdir ${portname}${portversion}/unix checksums md5 08ccc31fdce679ee01436278144d74ae destroot.destdir INSTALL_ROOT=${destroot} configure.args --mandir=${prefix}/share/man depends_build lib:libtcl8.4:tcl lib:libX11.6:XFree86 # This port also needs to have tcl extracted in order to build pre-configure { portexec tcl build } configure.env CFLAGS=-I${portpath}/../../lang/tcl/work/tcl8.4.1/generic