forked from Lainports/freebsd-ports
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)
19 lines
433 B
Makefile
19 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>
|