#-*- 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
PortGroup           github 1.0

github.setup        leesavide abcm2ps 8.14.15 v
github.tarball_from archive
revision            0

categories          print audio
maintainers         {judaew @judaew} openmaintainer
license             GPL-2+
description         abcm2ps converts abc music tunes to PostScript
long_description    abcm2ps is a package that converts music tunes from \
                    ABC format to PostScript. It introduces many \
                    extensions to the ABC language that make it suitable \
                    for classical music.
homepage            http://moinejf.free.fr/

checksums           rmd160  5bbbe423d3e0bd81ecdcde4e2fe82cf2311da85b \
                    sha256  5f02ac6203c4226cfbc6206935dca715ed7c45328535ee23e776c9da0219c822 \
                    size    260077

depends_build       port:pkgconfig
depends_lib         port:freetype \
                    path:lib/pkgconfig/pango.pc:pango

configure.args      --CC=${configure.cc} \
                    --CFLAGS="\$CFLAGS" \
                    --docdir=${prefix}/share/doc

build.target

installs_libs       no

test.run            yes
test.target         test
