# $Id: Portfile,v 1.1 2006/08/05 00:27:44 yves Exp $ PortSystem 1.0 PortGroup gnustep 1.0 name SQLClient version 1.2.0 platforms darwin maintainers yves@macports.org description Simple OO Interface to SQL databases long_description \ ${description} depends_lib port:Performance port:sqlite3 master_sites gnustep:libs checksums md5 c26320a747092baa72dc7fb51994ae61 array set gnustep.post_flags { . "-lobjc -lgnustep-base" } post-patch { reinplace "s|BUNDLE_LIBS +=|BUNDLE_LIBS += -lPerformance -lSQLClient|g" \ ${worksrcpath}/GNUmakefile reinplace "s|TOOL_LIBS +=|TOOL_LIBS += -lPerformance|g" \ ${worksrcpath}/GNUmakefile } use_configure yes #### TODO #### postgresql and mysql support ####