mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
cd45da9526
This port is amd64-only and does not provide 32 bit libraries. Before667277248f
amd64-only ports did not try to fetch 32 bit libraries. Reported by: bdrewery Fixes:667277248f
Various Linux CentOS 7 updates
23 lines
471 B
Makefile
23 lines
471 B
Makefile
PORTNAME= qtwebkit
|
|
PORTVERSION= 2.3.4
|
|
DISTVERSIONSUFFIX= -6.el7
|
|
PORTREVISION= 2
|
|
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
|
|
USE_LINUX= fontconfig png xorglibs sqlite3 qt qt-x11
|
|
USE_LINUX_RPM= nolib
|
|
|
|
CONFLICTS= linux-c6-qt47-webkit
|
|
|
|
.include <bsd.port.mk>
|