Lines 1-6
Link Here
|
1 |
PORTNAME= libepoxy |
1 |
PORTNAME= libepoxy |
2 |
PORTVERSION= 1.5.7 |
2 |
DISTVERSION= 1.5.8 |
3 |
CATEGORIES= graphics |
3 |
CATEGORIES= graphics |
|
|
4 |
MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${DISTVERSION}/ |
4 |
|
5 |
|
5 |
MAINTAINER= x11@FreeBSD.org |
6 |
MAINTAINER= x11@FreeBSD.org |
6 |
COMMENT= Library to handle OpenGL function pointer management |
7 |
COMMENT= Library to handle OpenGL function pointer management |
Lines 8-24
COMMENT= Library to handle OpenGL function pointer management
Link Here
|
8 |
LICENSE= MIT |
9 |
LICENSE= MIT |
9 |
LICENSE_FILE= ${WRKSRC}/COPYING |
10 |
LICENSE_FILE= ${WRKSRC}/COPYING |
10 |
|
11 |
|
11 |
USES= gl localbase meson pkgconfig python:3.6+,build shebangfix |
12 |
USES= gl localbase meson pkgconfig python:3.6+,build shebangfix tar:xz |
12 |
USE_GITHUB= yes |
|
|
13 |
GH_ACCOUNT= anholt |
14 |
USE_GL= glesv2 egl |
13 |
USE_GL= glesv2 egl |
15 |
USE_LDCONFIG= yes |
14 |
USE_LDCONFIG= yes |
16 |
SHEBANG_FILES= src/gen_dispatch.py |
15 |
SHEBANG_FILES= src/gen_dispatch.py |
17 |
|
16 |
|
18 |
OPTIONS_DEFINE= X11 |
17 |
OPTIONS_DEFINE= TEST X11 |
19 |
OPTIONS_DEFAULT= X11 |
18 |
OPTIONS_DEFAULT= X11 |
20 |
OPTIONS_SUB= yes |
19 |
OPTIONS_SUB= yes |
21 |
|
20 |
|
|
|
21 |
TEST_MESON_TRUE= tests |
22 |
|
22 |
X11_USES= xorg |
23 |
X11_USES= xorg |
23 |
X11_USE= GL=gl XORG=x11 |
24 |
X11_USE= GL=gl XORG=x11 |
24 |
X11_MESON_YES= glx |
25 |
X11_MESON_YES= glx |