Renamed x11/qt3-psql to x11/qt3-pgsql.
This commit is contained in:
parent
877745fd8f
commit
6bda6e92c4
3 changed files with 31 additions and 0 deletions
1
x11/qt3-pgsql/DESCR
Normal file
1
x11/qt3-pgsql/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
QT postgresql driver
|
27
x11/qt3-pgsql/Makefile
Normal file
27
x11/qt3-pgsql/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 15:50:45 adam Exp $
|
||||
|
||||
.include "../../x11/qt3-libs/Makefile.common"
|
||||
|
||||
PKGNAME= qt3-psql-${QTVERSION}
|
||||
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"
|
3
x11/qt3-pgsql/PLIST
Normal file
3
x11/qt3-pgsql/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/14 15:50:45 adam Exp $
|
||||
qt3/plugins/sqldrivers/libqsqlpsql.la
|
||||
@unexec ${RMDIR} %D/qt3/plugins/sqldrivers 2>/dev/null || ${TRUE}
|
Loading…
Reference in a new issue