1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/graphics/libepoxy/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

31 lines
607 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
USE_LDCONFIG= yes
OPTIONS_SUB= yes
OPTIONS_DEFINE= EGL
OPTIONS_DEFAULT=EGL
OPTIONS_EXCLUDE_sparc64= EGL
OPTIONS_EXCLUDE_mips= EGL
EGL_DESC= Build EGL support
EGL_USE= GL=egl
EGL_MESON_YES= egl
.include <bsd.port.mk>