Lines 1-9
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= libepoxy |
3 |
PORTNAME= libepoxy |
4 |
PORTVERSION= 1.5.4 |
4 |
PORTVERSION= 1.5.5 |
5 |
CATEGORIES= graphics |
5 |
CATEGORIES= graphics |
6 |
|
6 |
|
|
|
7 |
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |
8 |
PATCHFILES+= dbfa4b209c07.patch:-p1 # https://github.com/anholt/libepoxy/pull/238 |
9 |
PATCHFILES+= 4994c48172e9.patch:-p1 # https://github.com/anholt/libepoxy/pull/238 |
10 |
|
7 |
MAINTAINER= x11@FreeBSD.org |
11 |
MAINTAINER= x11@FreeBSD.org |
8 |
COMMENT= Library to handle OpenGL function pointer management |
12 |
COMMENT= Library to handle OpenGL function pointer management |
9 |
|
13 |
|
Lines 10-20
Link Here
|
10 |
LICENSE= MIT |
14 |
LICENSE= MIT |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
16 |
|
13 |
USES= gl localbase meson pkgconfig python:3.3+,build |
17 |
USES= gl localbase meson pkgconfig python:3.3+,build shebangfix |
14 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= anholt |
19 |
GH_ACCOUNT= anholt |
16 |
USE_GL= glesv2 egl |
20 |
USE_GL= glesv2 egl |
17 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
|
|
22 |
SHEBANG_FILES= src/gen_dispatch.py |
18 |
|
23 |
|
19 |
OPTIONS_DEFINE= X11 |
24 |
OPTIONS_DEFINE= X11 |
20 |
OPTIONS_DEFAULT= X11 |
25 |
OPTIONS_DEFAULT= X11 |
Lines 24-29
Link Here
|
24 |
X11_USE= GL=gl XORG=x11 |
29 |
X11_USE= GL=gl XORG=x11 |
25 |
X11_MESON_YES= glx |
30 |
X11_MESON_YES= glx |
26 |
X11_MESON_TRUE= x11 |
31 |
X11_MESON_TRUE= x11 |
27 |
X11_CFLAGS_OFF= -DEGL_NO_X11 |
|
|
28 |
|
32 |
|
29 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |