mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
PORTNAME= clinfo
|
|
PORTVERSION= 3.0.21.02.21
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Print information about all available OpenCL platforms/devices
|
|
|
|
LICENSE= CC0-1.0
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
|
|
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Oblomov
|
|
|
|
USES= gmake localbase:ldflags
|
|
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
|
|
ALL_TARGET= #
|
|
PLIST_FILES= bin/clinfo \
|
|
man/man1/clinfo.1.gz
|
|
|
|
.include <bsd.port.mk>
|