Files
ports/www/linux-c7-qtwebkit/Makefile
T
Gleb Popov 49e5364307 www/linux-c7-qtwebkit: Do not require gstreamer libs
These are actually required, but we are not packaging them.
2025-04-21 09:27:37 +03:00

24 lines
534 B
Makefile

PORTNAME= qtwebkit
PORTVERSION= 2.3.4
DISTVERSIONSUFFIX= -6.el7
PORTREVISION= 3
CATEGORIES= www linux
MASTER_SITES= EPEL7/q
MAINTAINER= emulation@FreeBSD.org
COMMENT= Qt WebKit implementation (Linux CentOS ${LINUX_DIST_VER})
WWW= https://qt-project.org
ONLY_FOR_ARCHS= aarch64 amd64
USES= cpe linux:c7
CPE_VENDOR= qt
USE_LDCONFIG= yes
NO_SHLIB_REQUIRES_GLOB= libgst*-0.10.so.0:Linux*
USE_LINUX= fontconfig imageformats-libs xorglibs sqlite3 qt qt-x11
USE_LINUX_RPM= nolib
CONFLICTS= linux-c6-qt47-webkit
.include <bsd.port.mk>