a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20307 2006-11-01 21:21:02Z blair@macports.org $
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
####