80b6c31429
- 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.
33 lines
869 B
Makefile
33 lines
869 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dri
|
|
PORTVERSION= 10.1
|
|
CATEGORIES= graphics linux
|
|
DISTFILES= mesa-libGL-10.1.2-2.el6.i686.rpm \
|
|
mesa-libGLU-10.1.2-2.el6.i686.rpm \
|
|
mesa-dri-drivers-10.1.2-2.el6.i686.rpm \
|
|
libdrm-2.4.52-4.el6.i686.rpm \
|
|
freeglut-2.6.0-1.el6.i686.rpm
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
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)
|
|
SRC_DISTFILES= mesa-10.1.2-2.el6.src.rpm \
|
|
libdrm-2.4.52-4.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>
|