freebsd-ports/graphics/linux-c6-dri-compat/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

37 lines
1 KiB
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= dri
PORTVERSION= 9.0
PORTREVISION= 1
CATEGORIES= graphics linux
MASTER_SITES= http://vault.centos.org/6.4/os/i386/Packages/
PKGNAMESUFFIX= -compat
DISTFILES= mesa-libGL-9.0-0.7.el6.i686.rpm \
mesa-libGLU-9.0-0.7.el6.i686.rpm \
mesa-dri-drivers-9.0-0.7.el6.i686.rpm \
libdrm-2.4.39-1.el6.i686.rpm \
freeglut-2.6.0-1.el6.i686.rpm
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGL runtime libraries (Linux CentOS 6.4)
ALWAYS_KEEP_DISTFILES= YES
CONFLICTS= linux_dri-[0-9]* linux_dri-devel-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
.if defined(PACKAGE_BUILDING)
MASTER_SITES+= http://vault.centos.org/6.4/os/Source/SPackages/
SRC_DISTFILES= mesa-9.0-0.7.el6.src.rpm \
libdrm-2.4.39-1.el6.src.rpm \
freeglut-2.6.0-1.el6.src.rpm
.endif
USE_LINUX= c6
USE_LINUX_APPS= xorglibs
USE_LINUX_RPM= yes
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>