7f83865255
Sep 10 2009, V3.52.7: * Added iODBC Graphical Administrator for Mac OS X * Added iODBC CFM Bridge * Added resizable windows and dialogs for GTK+ * Added option in tracefile for sequence number ($S) * Added additional translations between ANSI and Unicode * Fixed if tracefile gets too big, continue in new tracefile * Fixed unload bug due to wrong pointer deref * Fixed Connection Pooling UI * Fixed checking odbc_ver on connect handle * Fixed packaging of runtime only libraries * Fixed porting issues * Fixed documentation
33 lines
888 B
Makefile
33 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.17 2009/10/17 02:01:50 taca Exp $
|
|
|
|
DISTNAME= libiodbc-3.52.7
|
|
PKGNAME= ${DISTNAME:S/^lib//}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.iodbc.org/downloads/iODBC/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.iodbc.org/
|
|
COMMENT= ODBC 3.x driver manager
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
CONFLICTS+= unixodbc-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-gui
|
|
CONFIGURE_ARGS+= --with-iodbc-inidir=${PKG_SYSCONFDIR}
|
|
LIBADD_DL= ${DL_LDFLAGS} ${DL_LIBS}
|
|
MAKE_FLAGS+= LIBADD_DL=${LIBADD_DL:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
CONF_FILES= ${EGDIR}/odbc.ini ${PKG_SYSCONFDIR}/odbc.ini
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/etc/odbc.ini.sample \
|
|
${DESTDIR}${EGDIR}/odbc.ini
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|