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

name            libemf
version         1.0.8
platforms       darwin
categories      graphics
license         GPL-2+
maintainers     nomaintainer
description     Enhanced Metafile Library

long_description \
    libEMF is a library for generating Enhanced Metafiles on systems which \
    do not natively support the ECMA-234 Graphics Device Interface \
    (GDI). The library is intended to be used as a driver for other \
    graphics programs such as Grace or gnuplot. Therefore, it implements a \
    very limited subset of the GDI.

homepage        http://libemf.sourceforge.net/
master_sites    sourceforge:project/libemf/libemf/${version}/

checksums       rmd160  4fbc814edae4bc37a27990c62d16910b0f02787a \
                sha256  ee0324f705136a4d3343c2f0c3e5fa526fae0ec3680a96400d5fd209c60a3891

depends_build   path:libexec/coreutils/libstdbuf.so:coreutils

patchfiles      patch-ppc.diff

use_autoreconf  yes

test.run        yes
test.target     check
