aboutsummaryrefslogtreecommitdiff
path: root/graphics/libGLU/Makefile
blob: 2b5fde873366459f258dd17273aceffc380c2a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	libGLU
PORTVERSION=	9.0.2
PORTREVISION=	2
CATEGORIES=	graphics
MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/glu/ \
		https://mesa.freedesktop.org/archive/glu/
DISTNAME=	glu-${PORTVERSION}

PATCH_SITES=	https://gitlab.freedesktop.org/mesa/glu/-/commit/
PATCHFILES+=	b6c308172993.patch:-p1 #https://gitlab.freedesktop.org/mesa/glu/-/merge_requests/10

MAINTAINER=	x11@FreeBSD.org
COMMENT=	OpenGL utility library
WWW=		https://gitlab.freedesktop.org/mesa/glu

USES=		gl meson pkgconfig tar:xz

USE_GL=		opengl
USE_LDCONFIG=	yes

MESON_ARGS=	-Ddefault_library=shared

.include <bsd.port.mk>