blob: d0a7ecb4d3503fce743b856b6aee5e5a4ea51b24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= webview
PORTVERSION= ${QT6_VERSION}
CATEGORIES= www
PKGNAMEPREFIX= qt6-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt component for displaying web content
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake gl pkgconfig qt-dist:6
USE_GL= gl opengl
USE_QT= base declarative positioning webchannel webengine
.include <bsd.port.mk>
|