aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-c7-qt/Makefile
blob: 87f1b6e3a4000f2936a03f46fb69b686884b782c (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>
# $FreeBSD$

PORTNAME=	qt
PORTVERSION=	4.8.7
DISTVERSIONSUFFIX=	-2.el7
CATEGORIES=	devel linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})

USES=		linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	fontconfig png dbuslibs sqlite3 openssl
USE_LINUX_RPM=	yes

CONFLICTS=	linux-c6-${PORTNAME}47-[0-9]*
DATADIR=	${PREFIX}/usr/share/${PORTNAME}4
DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>