1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/libGLU/Makefile
Kevin Bowling c2bb2605ef graphics/libGLU: Cleanup USES
No functional changes.

Unnecessary with meson:
* Remove libtool and pathfix from USES
* Remove INSTALL_TARGET

Reported by:	jbeich
2021-07-15 09:45:10 -07:00

22 lines
442 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
PORTNAME= libGLU
PORTVERSION= 9.0.2
PORTREVISION= 1
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
USES= gl meson pkgconfig tar:xz
USE_GL= opengl
USE_LDCONFIG= yes
MESON_ARGS= -Ddefault_library=shared
.include <bsd.port.mk>