# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           makefile 1.0

github.setup        Oblomov clinfo 3.0.25.02.14
revision            0
categories          sysutils
license             CC0
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Print all known information about all available OpenCL platforms and devices in the system
long_description    {*}${description}
checksums           rmd160  2858ed3c201a2753593a497053b496b51d815964 \
                    sha256  48b77dc33315e6f760791a2984f98ea4bff28504ff37d460d8291585f49fcd3a \
                    size    60699
github.tarball_from archive

patchfiles          patch-Makefile.diff \
                    patch-ext.h.diff

depends_build-append \
                    port:opencl-headers
depends_lib-append  port:freeocl

# Type redefinition
compiler.c_standard 2011
