aboutsummaryrefslogtreecommitdiffstats
path: root/devel/linux-c7-qt/Makefile
blob: be78f39cafc4692e6dce0dbeb7387836693eaf43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	qt
PORTVERSION=	4.8.7
DISTVERSIONSUFFIX=	-9.el7_9
PORTREVISION=	5
CATEGORIES=	devel linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://qt-project.org

USES=		cpe linux:c7
CPE_VENDOR=	qt
USE_LDCONFIG=	yes
USE_LINUX=	fontconfig dbuslibs imageformats-libs sqlite3
USE_LINUX_RPM=	yes

CONFLICTS=	linux-c6-${PORTNAME}47
DATADIR=	${PREFIX}/usr/share/${PORTNAME}4

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>