# -*- 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.0

github.setup        metabrainz libmusicbrainz 5.1.0 release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                libmusicbrainz5
categories          audio devel
license             LGPL-2.1
maintainers         {khindenburg @kurthindenburg} openmaintainer

description         libmusicbrainz (also known as mb_client or MusicBrainz \
                    Client Library)
long_description \
    The MusicBrainz Client Library (libmusicbrainz), also known as mb_client, \
    is a development library geared towards developers who wish to add \
    MusicBrainz lookup capabilities to their applications. \
    Version 5.x and greater support the latest version of the MusicBrainz \
    web service and are not backwards compatible with earlier versions.

homepage            http://musicbrainz.org/doc/libmusicbrainz

checksums           rmd160  c7a0508df35ee88961d2d726a6a574cdb7c4549b \
                    sha256  f37a34d30f1462bfdd19d8342325c869056f0f8649b182019a88b6c084266d16

depends_build-append    port:pkgconfig
depends_lib-append  port:neon

cmake.out_of_source yes
