# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.0 github.setup ampas aces_container 1.0.1 v categories graphics # the license is a GPL incompatible BSD Variant # see https://fedoraproject.org/wiki/Licensing:BSD?rd=Licensing/BSD license AMPAS maintainers mcalhoun openmaintainer description Reference implementation of SMPTE S2065-4 long_description \ A reference implementation for an ACES container file writer intended to be used with the Academy Color Encoding System (ACES). \ The resulting file is compliant with the ACES container specification (SMPTE S2065-4). platforms darwin checksums rmd160 826ac26b8d325d228c36c9210b72d32c94cd3877 \ sha256 71fbab6f87854aadc864b1cf814971a3ca8ddc4e9fcc18778d527308a60e7ede # .pc file only installed if pkgconfig present depends_build-append port:pkgconfig post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${prefix}/share/doc/${name} }