pkgsrc/databases/iodbc/Makefile
wiz 3b9004567b Update to 3.52.8. Update HOMEPAGE and MASTER_SITES.
Mar 27 2012, V3.52.8:
    * Converted from CVS to GIT
    * Added build support for Mac OS X 10.5, 10.6 and 10.7
    * Converted old Mac OS X .nib format to newer .xib format
    * Fixed issue with using buffer after free
    * Fixed use ssize_t where appropriate
    * Fixed issue with strlen if param can be NULL
    * Fixed use ssize_t for length of string
    * Fixed tracing SQLGetData using multiple chunks
    * Fixed problem tracing on big-endian machines
    * Fixed wrong type label
    * Fixed compiler warnings
2012-04-22 15:06:57 +00:00

34 lines
982 B
Makefile

# $NetBSD: Makefile,v 1.21 2012/04/22 15:06:57 wiz Exp $
DISTNAME= libiodbc-3.52.8
PKGNAME= ${DISTNAME:S/^lib//}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iodbc/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/
COMMENT= ODBC 3.x driver manager
LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gui
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/iodbc
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/iodbc
CONFIGURE_ARGS+= --pkgconfigdir=${PREFIX}/lib/pkgconfig
CONFIGURE_ARGS+= --with-iodbc-inidir=${PKG_SYSCONFDIR}
DL_AUTO_VARS= yes
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"