pkgsrc/x11/qt3-psql/Makefile
joerg bc8bf3e7f6 Adjust Qt 3.3 PostgreSQL patches to work with all versions. Drop the
requirement of 7.3, it compiles fine with all versions in pkgsrc (and
should work with them). Bump the revision to annotate the possibly
changed dependency.
2005-11-01 15:20:50 +00:00

28 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.21 2005/11/01 15:20:51 joerg Exp $
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-psql-${QTVERSION}
PKGREVISION= 1
COMMENT= QT postgresql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
-I${PGSQL_PREFIX}/include/postgresql/server \
-L${QTDIR}/lib
BUILD_QT3= yes
do-build:
(cd ${WRKSRC}/plugins/src/sqldrivers/psql; \
${SETENV} ${MAKE_ENV} ${GMAKE})
SQLDRVDIR= ${QTPREFIX}/plugins/sqldrivers
do-install:
${INSTALL_DATA_DIR} ${SQLDRVDIR}
${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.la \
${SQLDRVDIR}
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"