# $OpenBSD: Makefile,v 1.9 2011/11/04 08:16:24 jasper Exp $ COMMENT= ODBC driver for PostgreSQL VERSION= 08.03.0400 PKGNAME= postgresql-odbc-${VERSION} DISTNAME= psqlodbc-${VERSION} CATEGORIES= databases REVISION = 1 HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/ MAINTAINER= Paul Irofti # LGPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/odbc/versions/src/ SHARED_ONLY = Yes LIB_DEPENDS = databases/postgresql>=8.3 \ databases/iodbc WANTLIB = pq iodbc iodbcinst pthread com_err crypto ssl USE_GMAKE= Yes USE_LIBTOOL= Yes CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.60 CONFIGURE_ARGS+= --with-iodbc --without-unixodbc --enable-pthreads COPTS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib NO_REGRESS= Yes .include