pkgsrc/databases/qt6-psql/Makefile
nros 15c72a94e1 Add qt6-psql version 6.4.1 to pkgsrc-current
qt6-psql is the postgresql database driver
for qt6.
2022-11-24 11:39:13 +00:00

24 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/11/24 11:41:35 nros Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt6-psql-${QTVERSION}
COMMENT= Qt6 PostgreSQL driver
CATEGORIES= databases
LICENSE= gnu-lgpl-v3 OR gnu-gpl-v2 OR gnu-gpl-v3
CONFIGURE_ARGS+= -sql-psql
CONFIGURE_ARGS+= -no-sql-db2
CONFIGURE_ARGS+= -no-sql-ibase
CONFIGURE_ARGS+= -no-sql-mysql
CONFIGURE_ARGS+= -no-sql-oci
CONFIGURE_ARGS+= -no-sql-odbc
CONFIGURE_ARGS+= -no-sql-sqlite
QTCONFDIR= src/plugins/sqldrivers
.include "../../x11/qt6-qtbase/Makefile.common"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"