mirror of https://git.FreeBSD.org/ports.git
44 lines
1007 B
Makefile
44 lines
1007 B
Makefile
PORTNAME= ocl-icd
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ohartmann@walstatt.org
|
|
COMMENT= OpenCL Installable Client Driver
|
|
WWW= https://github.com/OCL-dev/ocl-icd
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= opencl>=3.0:devel/opencl
|
|
|
|
USES= autoreconf gmake libtool localbase:ldflags pathfix ruby:build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OCL-dev
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-debug \
|
|
--enable-custom-layerdir=${LOCALBASE}/etc/OpenCL/layers \
|
|
--enable-custom-vendordir=${LOCALBASE}/etc/OpenCL/vendors \
|
|
--enable-pthread-once
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CPPFLAGS+= -DCL_TARGET_OPENCL_VERSION=300
|
|
|
|
OPTIONS_DEFINE= DOCS MANPAGES
|
|
OPTIONS_DEFAULT= MANPAGES
|
|
OPTIONS_SUB= yes
|
|
|
|
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
|
|
xmlto:textproc/xmlto
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/etc/|${LOCALBASE}/etc/|g' \
|
|
${WRKSRC}/doc/libOpenCL.7.txt.in
|
|
|
|
.include <bsd.port.mk>
|