aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 16:25:43 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-08 19:00:41 +0000
commit69016a123cc204d8682f801b9a312cc68cbcd3bb (patch)
tree51935cf89352decc62d6bac33989d0708b3b455c
parent34810cf205f58893da2c7f7a781094dcaf0d533a (diff)
downloadports-69016a123cc204d8682f801b9a312cc68cbcd3bb.tar.gz
ports-69016a123cc204d8682f801b9a312cc68cbcd3bb.zip
graphics/libosmesa: Cleanup
- Specify license directly in this port. Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--graphics/libosmesa/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index 7d68addb1703..a9feb722e252 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -5,6 +5,9 @@ CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API
WWW= https://www.mesa3d.org/
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.rst
+
LIB_DEPENDS+= libLLVM-${LLVM_DEFAULT}.so:devel/llvm${LLVM_DEFAULT}
USES= xorg