aboutsummaryrefslogtreecommitdiff
path: root/www/linux-c7-qtwebkit/Makefile
blob: cbdf3e9743593792b144674ffdee31726a11be8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>

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})

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=	yes

CONFLICTS=	linux-c6-qt47-webkit

.include <bsd.port.mk>