freebsd-ports/x11-toolkits/linux-c6-qt47-x11/Makefile
Johannes Jost Meixner 80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00

43 lines
982 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= qt47-x11
PORTVERSION= 4.7.2
PORTREVISION= 1
CATEGORIES= x11-toolkits linux
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= xmj
DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/centos/c5
MAINTAINER= emulation@FreeBSD.org
COMMENT= RPM of QT4 (Linux CentOS 5)
ONLY_FOR_ARCHS= i386 amd64
SRC_DISTFILES:= # unretrievable.
USE_LINUX= c6
USE_LDCONFIG= yes
LINUX_DIST_VER= 5
OPTIONS_DEFINE= NVIDIA_GL
NVIDIA_GL_DESC= Use GL driver from nvidia-driver
NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS= fontconfig png xorglibs png alsalib jpeg tiff qt47
USE_LINUX_RPM= yes
RPMVERSION= 1_18.el5
LINUX_RPM_ARCH= i386
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MNVIDIA_GL}
USE_LINUX_APPS+= dri
.endif
DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr
post-patch:
${RM} -f ${WRKDIR}/usr/share/qt47/translations/qt_help_*.qm
.include <bsd.port.mk>