Initial import of odbc-postgresql, the PostgreSQL 7 ODBC support.
This commit is contained in:
parent
f97b6f0be9
commit
df0d820956
3 changed files with 38 additions and 0 deletions
30
databases/odbc-postgresql/Makefile
Normal file
30
databases/odbc-postgresql/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/04/06 21:59:59 jwise Exp $
|
||||
|
||||
.include "../../databases/postgresql/Makefile.common"
|
||||
|
||||
PKGNAME= odbc-${DISTNAME}
|
||||
|
||||
COMMENT= ODBC interface to PostgreSQL
|
||||
|
||||
DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql
|
||||
|
||||
MAKE_ENV+= INSTALLED_LIBPQ=1
|
||||
|
||||
CONFIGURE_ARGS+= --without-perl --without-tcl
|
||||
CONFIGURE_ARGS+= --with-odbc --with-odbcinst=/etc
|
||||
|
||||
DIRS_TO_BUILD= interfaces/odbc
|
||||
|
||||
do-build:
|
||||
.for DIR in ${DIRS_TO_BUILD}
|
||||
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} \
|
||||
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
databases/odbc-postgresql/pkg/DESCR
Normal file
2
databases/odbc-postgresql/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
ODBC interface to PostgreSQL, including library objects and
|
||||
C language header files.
|
6
databases/odbc-postgresql/pkg/PLIST
Normal file
6
databases/odbc-postgresql/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/06 21:59:59 jwise Exp $
|
||||
include/pgsql/iodbc/iodbc.h
|
||||
include/pgsql/iodbc/isql.h
|
||||
include/pgsql/iodbc/isqlext.h
|
||||
lib/libpsqlodbc.a
|
||||
lib/libpsqlodbc.so.0.26
|
Loading…
Reference in a new issue