1PORTNAME= libGLU 2PORTVERSION= 9.0.3 3CATEGORIES= graphics 4MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \ 5 https://mesa.freedesktop.org/archive/glu/ 6DISTNAME= glu-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= OpenGL utility library 10WWW= https://gitlab.freedesktop.org/mesa/glu 11 12LICENSE= mit 13 14USES= gl meson pkgconfig tar:xz 15 16USE_GL= opengl 17USE_LDCONFIG= yes 18 19MESON_ARGS= -Ddefault_library=shared 20 21.include <bsd.port.mk> 22