2006-09-23 04:24:21 +00:00
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup gnustep 1.0
|
|
|
|
|
|
|
|
|
|
name SQLClient
|
|
|
|
|
version 1.2.0
|
2007-06-17 21:53:18 +00:00
|
|
|
revision 1
|
2006-09-23 04:24:21 +00:00
|
|
|
platforms darwin
|
2011-09-30 10:22:01 +00:00
|
|
|
license LGPL
|
2007-10-22 23:01:24 +00:00
|
|
|
maintainers nomaintainer
|
2006-09-23 04:24:21 +00:00
|
|
|
|
|
|
|
|
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" \
|
2008-10-08 08:22:40 +00:00
|
|
|
${worksrcpath}/GNUmakefile
|
2006-09-23 04:24:21 +00:00
|
|
|
reinplace "s|TOOL_LIBS +=|TOOL_LIBS += -lPerformance|g" \
|
2008-10-08 08:22:40 +00:00
|
|
|
${worksrcpath}/GNUmakefile
|
2007-06-17 21:53:18 +00:00
|
|
|
reinplace "s|\$(GNUSTEP_INSTALLATION_DIR)|${destroot}${prefix}/GNUstep/Local|g" \
|
2008-10-08 08:22:40 +00:00
|
|
|
${worksrcpath}/GNUmakefile
|
2006-09-23 04:24:21 +00:00
|
|
|
}
|
|
|
|
|
|
2008-07-15 04:06:14 +00:00
|
|
|
use_configure yes
|
2010-06-16 21:43:46 +00:00
|
|
|
|
|
|
|
|
# Performance is not universal
|
|
|
|
|
universal_variant no
|
2008-07-15 04:06:14 +00:00
|
|
|
|
2006-09-23 04:24:21 +00:00
|
|
|
#### TODO
|
|
|
|
|
#### postgresql and mysql support
|
|
|
|
|
####
|