summaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-c6-qt47-x11/Makefile
blob: 2b3135b7d12cd680610d34fb68a92525bbe84926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$

PORTNAME=	qt47-x11
PORTVERSION=	4.7.2
PORTREVISION=	2
CATEGORIES=	x11-toolkits linux
MASTER_SITES=	https://www.mirrorservice.org/sites/dl.atrpms.net/el6-x86_64/atrpms/testing/\
		https://www.mirrorservice.org/sites/dl.atrpms.net/el6-i386/atrpms/testing/ \
		LOCAL/xmj
DIST_SUBDIR=	rpm/${LINUX_RPM_ARCH}/atrpms/6

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	RPM of QT4 (Linux CentOS 6)

SRC_DISTFILES=	# unretrievable.

RPMVERSION=	1_18.el6
USES=		linux:c6
USE_LDCONFIG=	yes
USE_LINUX=	fontconfig png xorglibs png alsalib jpeg tiff qt47 openssl
USE_LINUX_RPM=	yes

OPTIONS_DEFINE=	NVIDIA_GL

NVIDIA_GL_RUN_DEPENDS=	${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver
NVIDIA_GL_USE=		LINUX=libglu
NVIDIA_GL_USE_OFF=	LINUX=dri

DESCR=	${.CURDIR}/../../devel/qt4/pkg-descr

post-patch:
	${RM} -f ${WRKSRC}/usr/share/qt47/translations/qt_help_*.qm

.include <bsd.port.mk>