# $Id: Portfile,v 1.12 2003/08/05 21:02:06 jkh Exp $ PortSystem 1.0 name mysqltcl version 2.0rc15 categories databases devel maintainers kevin@opendarwin.org description Simple API for Mysql-Database and Tcl scripting language. long_description MySQLTcl is a collection of Tcl commands and a \ Tcl global array that provide access to one or \ more mysql database servers. homepage http://www.xdobry.de/mysqltcl/ platforms darwin master_sites http://www.xdobry.de/mysqltcl/ checksums md5 49eda29dc599c51b056b2d67bfdb7d39 depends_lib lib:libmysqlclient.10:mysql bin:wish8.4:tk configure.env LDFLAGS=-L${prefix}/lib/mysql/ CPPFLAGS=-I${prefix}/include/mysql/ configure.args --prefix=${destroot}${prefix} destroot.destdir