mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
27 lines
656 B
Makefile
27 lines
656 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= mesa-demos
|
|
PORTVERSION= 8.4.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ #${PORTVERSION}/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= OpenGL demos distributed with Mesa
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libdrm.so:graphics/libdrm
|
|
|
|
CONFLICTS_INSTALL= glx-utils
|
|
|
|
USES= gmake gl localbase pkgconfig tar:bzip2 xorg
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= egl gbm gl glesv2 glew glu glut
|
|
USE_XORG= xorgproto x11 xdamage xext xfixes xi xxf86vm
|
|
|
|
CONFIGURE_ARGS+=--disable-gles1 --disable-osmesa --disable-vg --disable-wayland \
|
|
--with-system-data-files
|
|
|
|
.include <bsd.port.mk>
|