# -*- 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 118813 2014-04-11 07:21:21Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           pure 1.0

pure.setup          glpk 0.5
categories          math lang
platforms           darwin
maintainers         ryandesign
license             GPL-3+

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

long_description    ${name} provides ${description}.

checksums           rmd160  bd872c53b28388aeaa2b1e56f95a54b419643a01 \
                    sha256  5d6dc11706985dda02d96d481ea5f164c9e95ee446432fc4fc3d0db61a076346

depends_build-append port:pkgconfig

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

patchfiles          patch-Makefile.diff
