# $Id: Portfile 62409 2010-01-06 23:28:18Z markd@macports.org $
PortSystem      1.0

name                    tktable
version                 2.10
categories              x11
maintainers             markd
description             A table/matrix widget extension to Tk/Tcl
long_description        ${description}
homepage                http://tktable.sourceforge.net/
platforms               darwin
master_sites            sourceforge
distname		Tktable${version}
checksums               md5 ecdd96b39ad49b820bf084eb1c786f66

depends_build \
	port:tcl \
	port:tk

configure.args		--with-tcl=${prefix}/lib \
			--with-tk=${prefix}/lib \
			CPPFLAGS=-I${prefix}/include \
                    	CFLAGS=-I${prefix}/include \
                    	LDFLAGS=-L${prefix}/lib
