15 lines
346 B
Makefile
15 lines
346 B
Makefile
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>
|