1b5ed42e61
Changes: https://github.com/Oblomov/clinfo/compare/3.0.23.01.25...3.0.25.02.14 PR: 287312 Approved by: maintainer timeout (1 week per "Opening the gates on x11@ ports" on developers@ list) Tested by: jbeich (rusticl from mesa-devel)
27 lines
553 B
Makefile
27 lines
553 B
Makefile
PORTNAME= clinfo
|
|
DISTVERSION= 3.0.25.02.14
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Print information about all available OpenCL platforms/devices
|
|
WWW= https://github.com/Oblomov/clinfo
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl
|
|
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Oblomov
|
|
|
|
USES= gmake localbase:ldflags
|
|
|
|
MAKE_ARGS+= MANDIR=${PREFIX}/share/man
|
|
|
|
ALL_TARGET= #
|
|
PLIST_FILES= bin/clinfo \
|
|
share/man/man1/clinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|