# -*- 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 name exempi version 2.3.0 license BSD categories graphics maintainers devans openmaintainer platforms darwin homepage https://libopenraw.freedesktop.org/wiki/Exempi/ master_sites https://libopenraw.freedesktop.org/download/ use_bzip2 yes checksums rmd160 eb5956c704ffb333e4d031735e5a29c1fffe5b39 \ sha256 d89aed355e6d38b8525ffeaffe592b362fec3a8306a1d8116625908af8d89949 description Exempi is an implementation of XMP. long_description \ Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK 4.1.1. patchfiles patch-Makefile.am.diff \ malloc.patch use_autoreconf yes autoreconf.args -fvi configure.args --enable-unittest=no \ --disable-silent-rules variant unit_test description {Enable unit test} { depends_lib-append port:boost configure.args-delete --enable-unittest=no configure.args-append --enable-unittest=yes } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)\\.tar"