ports/graphics/libGLU/Makefile
Emmanuel Vadot 0414150b39 graphics/libGLU: Update to 9.0.3
Differential Revision:	https://reviews.freebsd.org/D44948
Sponsored by:		Beckhoff Automation GmbH & Co. KG
2024-04-30 08:11:32 +02:00

20 lines
424 B
Makefile

PORTNAME= libGLU
PORTVERSION= 9.0.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \
https://mesa.freedesktop.org/archive/glu/
DISTNAME= glu-${PORTVERSION}
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>