# $Id: Portfile,v 1.3 2004/01/18 05:42:10 toby Exp $ PortSystem 1.0 name freetds version 0.61 categories databases platforms darwin maintainers jkh@opendarwin.org description A set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases long_description FreeTDS is an open source implementation of the TDS (Tabular DataStream) protocol used by these databases for their own clients. It supports many different flavors of the protocol and supports several APIs to access it. Additionally FreeTDS works with other software such as Perl and PHP, providing access from those languages as well. There is also a native (type 4) JDBC driver available for platform-independent Java clients (including Java Server Pages applications), with support for most of the JDBC 1 API and portions of the JDBC 2 API. extract.suffix .tgz homepage http://www.freetds.org/ master_sites opendarwin checksums md5 95e91d26ddfdeed255771f3fa2c28129 depends_lib lib:libiconv.2:libiconv worksrcdir freetds-0.61.2 # The following only applies to Panther builds. platform darwin 7 { patchfiles patch-src-Makefile.in patch-src-tds-Makefile.in \ patch-src-server-Makefile.in patch-src-ctlib-Makefile.in \ patch-src-odbc-Makefile.in patch-src-dblib-Makefile.in pre-build { system "cp /usr/bin/glibtool ${worksrcpath}/libtool" } }