1da75d161e
libgda 1.9.102, 2006-03-24 -------------------------- - Merged the Libgnomedb's part which is not GUI related (Vivien) - GdaDataModel API simplifications (Vivien) - Added support for cursor based navigation in GdaDataModel (Vivien) - Fixed #327797 (Rodrigo) - Fixed #329933 (Thomas) - Improved Cygwin compilation (Cygwin Ports Maintainer) - Added data import from CSV and XML files (Vivien) - Use SQLite 3.3.4 (Vivien) - Providers can now provide information about constraints in the database structure (Vivien) - Fixes for building out of the source tree (Bob) - FreeTDS provider compilation fixes (Leonardo) - New tests - More respectfull of standard naming conventions (Dan, Murray) - Documentation improvements (Juan Manuel Mouriz, Vivien) - Modifications to require glib >= 2.6.0 (Bas) - Many bug fixes - Many other small improvements - Translations: - new Chinese (Taiwan) translation (Chao-Hsiung) - fi (Ilkka) - it (Marco) - en_CA (Adam) - vi (Clytie) - es (Francisco Javier) - eu (Iñaki) - zh_TW (Chao-Hsiung) - pt_BR (Raphael)
17 lines
373 B
Makefile
17 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.19 2006/04/02 22:46:55 wiz Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGCONFIG_OVERRIDE= libgda-2.0.pc.in
|
|
|
|
PKG_SYSCONFSUBDIR= libgda
|
|
EGDIR= ${PREFIX}/share/examples/libgda
|
|
CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config
|
|
|
|
CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no
|
|
|
|
post-install:
|
|
${RMDIR} ${PREFIX}/lib/libgda
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|