1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/libepoxy/Makefile
Niclas Zeising a245eb7b5a Enable libEGL for all platforms
Enable libEGL build for all platforms, even those without llvm.  Previously
it was disabled on those platforms.  This has been tested on sparc64.

Remove the EGL option completely.

PR:		232729
Submitted by:	jbeich
Tested by:	Yoshihiko Iwama (sparc64 support)
2018-11-08 20:31:08 +00:00

20 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= libepoxy
PORTVERSION= 1.5.2
CATEGORIES= graphics
MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase meson pkgconfig python:3.3+,build tar:xz
USE_XORG= x11
USE_GL= gl glesv2 egl
USE_LDCONFIG= yes
.include <bsd.port.mk>