summaryrefslogtreecommitdiff
path: root/databases/qt6-psql/Makefile
blob: 2c0cfb0cf38a0285970477d23bfdc71e72bd2d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $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"