31e192479e
"if 8.3 still works, then sure" pirofti@
38 lines
886 B
Makefile
38 lines
886 B
Makefile
# $Id: Makefile,v 1.3 2009/06/19 16:48:03 simon Exp $
|
|
|
|
COMMENT= ODBC driver for PostgreSQL
|
|
VERSION= 08.03.0400
|
|
PKGNAME= postgresql-odbc-${VERSION}
|
|
DISTNAME= psqlodbc-${VERSION}
|
|
CATEGORIES= databases
|
|
|
|
HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/
|
|
|
|
MAINTAINER= Paul Irofti <pirofti@openbsd.org>
|
|
|
|
# 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= pq:postgresql-client->=8.3:databases/postgresql \
|
|
iodbc,iodbcinst:iodbc-*:databases/iodbc
|
|
|
|
WANTLIB= pthread
|
|
|
|
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 <bsd.port.mk>
|