# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $
PortSystem      1.0

name                    tktable
version                 2.9
revision		1
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 a91cac4270a0c46945723d8f5106e80b
patchfiles		patch-configure

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
