Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 19:01:38 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: 34810cf205f5 - main - graphics/mesa-libs: Cleanup
Message-ID:  <202212081901.2B8J1crb012381@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=34810cf205f58893da2c7f7a781094dcaf0d533a

commit 34810cf205f58893da2c7f7a781094dcaf0d533a
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-12-08 16:23:01 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-12-08 19:00:38 +0000

    graphics/mesa-libs: Cleanup
    
    - Specify license directly in this port.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/mesa-libs/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile
index d161b86654e7..8e6bbcdff57d 100644
--- a/graphics/mesa-libs/Makefile
+++ b/graphics/mesa-libs/Makefile
@@ -6,6 +6,9 @@ CATEGORIES=	graphics
 COMMENT=	OpenGL libraries that support GLX and EGL clients
 WWW=		https://www.mesa3d.org/
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/docs/license.rst
+
 LIB_DEPENDS=	libOpenGL.so:graphics/libglvnd
 
 OPTIONS_GROUP=			PLATFORM



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