# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        dawbarton pdf2svg 0.2.3 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            2
license             GPL-2
categories          graphics
maintainers         nomaintainer
description         pdf to svg converter
long_description    {*}${description}

homepage            http://www.cityinthesky.co.uk/opensource/pdf2svg

checksums           rmd160  dfe9aaf5acb0d084e9050cd7d9a7fd5550ee53de \
                    sha256  7fb6aeee889b1c7a47312d12ab092e5ec905e2269b088fb5cb5f7ecc8604ad31

depends_build       port:pkgconfig
depends_lib         path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
                    path:lib/pkgconfig/poppler.pc:poppler
