blob: 39bb87261c5853a08e2177867cb2ba5ba359fe2e (
plain)
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
30
31
|
COMMENT = Mesa OpenGL Utility library
V = 9.0.2
DISTNAME = glu-${V}
PKGNAME = libGLU-${V}
SHARED_LIBS = GLU 9.0
CATEGORIES = graphics
HOMEPAGE = https://gitlab.freedesktop.org/mesa/glu
MASTER_SITES = https://archive.mesa3d.org//glu/
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
MODULES = xenocara
WANTLIB = ${COMPILER_LIBCXX} GL X11 X11-xcb Xau Xdmcp Xext Xfixes
WANTLIB += Xxf86vm drm expat glapi m xcb xcb-dri2 xcb-dri3 xcb-glx
WANTLIB += xcb-present xcb-shm xcb-sync xcb-xfixes xshmfence
CONFIGURE_STYLE = gnu
BUILD_DEPENDS = graphics/mesa
.include <bsd.port.mk>
|