aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-c6-qt47-x11/Makefile
blob: 953e59e141fa8f984d8829d204d9bd60c6673aab (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
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=   1
CATEGORIES= x11-toolkits linux
MASTER_SITES=   http://dl.atrpms.net/el6-${LINUX_REPO_ARCH}/atrpms/testing/ LOCAL/xmj
DIST_SUBDIR=    rpm/${LINUX_RPM_ARCH}/atrpms/6

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

ONLY_FOR_ARCHS= i386 amd64
SRC_DISTFILES:=     # unretrievable.

USE_LINUX=  c6
USE_LDCONFIG=   yes

OPTIONS_DEFINE= NVIDIA_GL

NVIDIA_GL_RUN_DEPENDS=  ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver \
            linux-c6-libGLU>0:${PORTSDIR}/graphics/linux-c6-libGLU
NVIDIA_GL_USE_OFF=  linux_apps=dri

USE_LINUX_APPS= fontconfig png  xorglibs png alsalib  jpeg tiff qt47
USE_LINUX_RPM=  yes
RPMVERSION= 1_18.el6

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

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

.include <bsd.port.mk>