1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/mesa-demos/Makefile

25 lines
606 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= mesa-demos
PORTVERSION= 8.4.0
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
GNU_CONFIGURE= yes
USES= gmake localbase pkgconfig tar:bzip2
USE_GL= egl gbm gl glesv2 glew glu glut
USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
CONFIGURE_ARGS+=--disable-osmesa --disable-vg --disable-wayland \
--with-system-data-files
.include <bsd.port.mk>