# -*- 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           cmake 1.1

github.setup        MediaArea ZenLib 0.4.41 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                zenlib
checksums           rmd160  6fb95921aca9d2f2cbf41111f123b5b613204930 \
                    sha256  98f58fe2f6ac22424013e72050f0c861279173a846e0ed779a59ee8ec4143a32 \
                    size    157894

description         Shared library for mediainfolib and mediainfo
long_description    {*}${description}
homepage            https://mediaarea.net
categories          devel
maintainers         nomaintainer
license             BSD

depends_build-append port:pkgconfig

worksrcdir          ${worksrcdir}/Project/CMake

# As of 0.4.40
compiler.cxx_standard 2011
