mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c2bb2605ef
No functional changes. Unnecessary with meson: * Remove libtool and pathfix from USES * Remove INSTALL_TARGET Reported by: jbeich
22 lines
442 B
Makefile
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>
|