git: 07b3e671fb24 - main - lang/clover: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 19:01:40 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=07b3e671fb24b8fecf06e76c84859e97508a6713
commit 07b3e671fb24b8fecf06e76c84859e97508a6713
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-12-08 16:28:17 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-12-08 19:00:43 +0000
lang/clover: Cleanup
- Specify license directly in this port.
- Order ONLY_FOR_ARCH
Sponsored by: Beckhoff Automation GmbH & Co. KG
---
lang/clover/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lang/clover/Makefile b/lang/clover/Makefile
index 50c5fcc201a8..001266a3ea57 100644
--- a/lang/clover/Makefile
+++ b/lang/clover/Makefile
@@ -5,6 +5,12 @@ CATEGORIES= lang
COMMENT= Mesa OpenCL implementation for AMD GPUs
WWW= https://dri.freedesktop.org/wiki/GalliumCompute/
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/docs/license.rst
+
+ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS_REASON= needs a GPU supported by the Radeon KMS driver
+
BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \
opencl>=0:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
@@ -13,9 +19,6 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
RUN_DEPENDS= libclc>=0.3.0:devel/libclc \
opencl>=0:devel/opencl
-ONLY_FOR_ARCHS= i386 amd64 powerpc64le powerpc64
-ONLY_FOR_ARCHS_REASON= needs a GPU supported by the Radeon KMS driver
-
.include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"