# -*- 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: Portfile 77855 2011-04-15 01:26:13Z devans@macports.org $

PortSystem              1.0

name                    libwpg
version                 0.1.3
license                 LGPL-2
categories              graphics
maintainers             devans openmaintainer
platforms               darwin
homepage                http://libwpg.sourceforge.net/
master_sites            sourceforge

description \
    Libwpg is a C++ library for reading and parsing graphics in WPG (Word Perfect Graphics) format.

long_description \
    ${description} WPG is the format used among others in Corel software such as WordPerfect(tm) \
    and Presentations(tm).

checksums               md5     db556b750bf3eac8481a4cc5e29e5af1 \
                        sha1    6d350eb0ad57b97499ef8335506f172b0c21375a \
                        rmd160  6e9e0545215af2ee05780887ad57ca1ae7ef78f5

depends_build \
    port:pkgconfig

depends_lib \
    port:libwpd

livecheck.url           http://sourceforge.net/projects/${name}/files/${name}
livecheck.regex         "${name}-(0.1(?:\\.\\d+)*)"
