summaryrefslogtreecommitdiff
path: root/graphics/libGLU/Makefile
blob: 4895487a40403e3cc057e10b8ff343f8bf05b41e (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
COMMENT =	 Mesa OpenGL Utility library

V = 		9.0.1
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

CONFIGURE_STYLE =	gnu

BUILD_DEPENDS = 	graphics/mesa


.include <bsd.port.mk>