git: 69016a123cc2 - main - graphics/libosmesa: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 19:01:39 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69016a123cc204d8682f801b9a312cc68cbcd3bb
commit 69016a123cc204d8682f801b9a312cc68cbcd3bb
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-12-08 16:25:43 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-12-08 19:00:41 +0000
graphics/libosmesa: Cleanup
- Specify license directly in this port.
Sponsored by: Beckhoff Automation GmbH & Co. KG
---
graphics/libosmesa/Makefile | 3 +++
1 file changed, 3 insertions(+)
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