Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 19:01:39 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69016a123cc2 - main - graphics/libosmesa: Cleanup
Message-ID:  <202212081901.2B8J1doh012412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212081901.2B8J1doh012412>