aboutsummaryrefslogtreecommitdiff
path: root/graphics/libepoxy/Makefile
blob: f8e87b667dfe2d6765d9d4eec3af1e2b2ddb271e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $FreeBSD$

PORTNAME=	libepoxy
PORTVERSION=	1.5.4
CATEGORIES=	graphics

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Library to handle OpenGL function pointer management

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gl localbase meson pkgconfig python:3.3+,build
USE_GITHUB=	yes
GH_ACCOUNT=	anholt
USE_GL=		glesv2 egl
USE_LDCONFIG=	yes

OPTIONS_DEFINE=		X11
OPTIONS_DEFAULT=	X11
OPTIONS_SUB=		yes

X11_USES=		xorg
X11_USE=		GL=gl XORG=x11
X11_MESON_YES=		glx
X11_MESON_TRUE=		x11
X11_CFLAGS_OFF=		-DEGL_NO_X11

.include <bsd.port.mk>