# -*- 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 libpagemaker version 0.0.2 categories graphics license MPL-2 maintainers zip.com.au:cbradney openmaintainer platforms darwin homepage https://wiki.documentfoundation.org/DLP/Libraries/${name} master_sites http://dev-www.libreoffice.org/src/${name} description libpagemaker is a library and a set of tools for reading and converting binary files \ produced by Adobe Pagemaker. long_description ${description} use_xz yes checksums rmd160 5691e0e831ff78ca4bc8054cc67243bcf149eb07 \ sha256 cdbdf86605773339caab6477ff694a95a90aaa4d45bb6cdb59e4a7f76c91ef17 depends_build port:pkgconfig depends_lib port:librevenge \ port:boost configure.args --disable-werror \ --disable-silent-rules \ --without-docs variant docs description {Build API documentation} { depends_build-append port:doxygen configure.args-replace --without-docs --with-docs } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"