summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-14 14:52:06 +0000
committerjlam <jlam>2001-05-14 14:52:06 +0000
commit25242b19201f033e4b17fab84d59c539bdc69f6b (patch)
treea56aac6d132cb84ab1d3fe9ff1754e0696b4e829 /databases/odbc-postgresql/Makefile
parent2cd55eca31ddd67198b990528628a6daef5aab2b (diff)
downloadpkgsrc-25242b19201f033e4b17fab84d59c539bdc69f6b.tar.gz
Update odbc-postgresql to 7.1.1. There don't appear to be any functional
changes from version 7.0.3, only that this package is now built from sources found in the PostgreSQL-7.1.1 sources.
Diffstat (limited to 'databases/odbc-postgresql/Makefile')
-rw-r--r--databases/odbc-postgresql/Makefile22
1 files changed, 10 insertions, 12 deletions
diff --git a/databases/odbc-postgresql/Makefile b/databases/odbc-postgresql/Makefile
index 37a9163ed89..895535f1f6f 100644
--- a/databases/odbc-postgresql/Makefile
+++ b/databases/odbc-postgresql/Makefile
@@ -1,30 +1,28 @@
-# $NetBSD: Makefile,v 1.2 2001/04/06 23:48:49 jwise Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/14 14:52:06 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
+.include "../../databases/postgresql/Makefile.ssl"
-PKGNAME= odbc-${DISTNAME}
-
+PKGNAME= odbc-postgresql-${PG_VERS}
+PG_PKG_VERS= # empty
COMMENT= ODBC interface to PostgreSQL
-MAINTAINER= jwise@netbsd.org
-DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql
-
-MAKE_ENV+= INSTALLED_LIBPQ=1
+MAINTAINER= jwise@netbsd.org
-CONFIGURE_ARGS+= --without-perl --without-tcl
-CONFIGURE_ARGS+= --with-odbc --with-odbcinst=/etc
+CONFIGURE_ARGS+= --with-odbc
+CONFIGURE_ARGS+= --with-odbcinst=/etc
-DIRS_TO_BUILD= interfaces/odbc
+DIRS_TO_BUILD= src/interfaces/odbc
do-build:
.for DIR in ${DIRS_TO_BUILD}
- cd ${WRKSRC}/${DIR} && ${SETENV} ${MAKE_ENV} \
+ cd ${WRKSRC}/${DIR} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET}
.endfor
do-install:
.for DIR in ${DIRS_TO_BUILD}
- cd ${WRKSRC}/${DIR} && ${SETENV} ${MAKE_ENV} \
+ cd ${WRKSRC}/${DIR} && ${SETENV} ${MAKE_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
.endfor