pkgsrc/databases/iodbc/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

32 lines
877 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:18 tv Exp $
#
DISTNAME= libiodbc-2.50.3
PKGNAME= iodbc-2.50.3
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.iodbc.org/dist/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.iodbc.org/
COMMENT= ODBC 2.x driver manager
CONFLICTS+= unixodbc-[0-9]*
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --with-iodbc-inidir=/etc
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/iodbc
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/iodbc
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/iodbc
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iodbc
${INSTALL_DATA} ${WRKSRC}/odbc.ini.sample \
${PREFIX}/share/examples/iodbc/odbc.ini
${INSTALL_PROGRAM} ${WRKSRC}/samples/odbctest ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"