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

pure.setup          pure-glpk 0.6
revision            0
checksums           rmd160  ff85cd8ae6b5c093308c1c5f6d18d6be0c3b135c \
                    sha256  d46f22c88a960b7b723cf707687b0f005fd4a94c90fbd9c0e1f3d74eceaaba0a \
                    size    62675

categories-append   math lang
maintainers         {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
license             GPL-3+

description         an interface to the GNU Linear Programming Kit (GLPK) \
                    for the Pure programming language

long_description    ${name} provides ${description}.

depends_build-append port:pkgconfig

depends_lib-append  port:glpk \
                    port:gmp \
                    port:libtool \
                    port:zlib

patchfiles          patch-Makefile.diff
