# $Id: Portfile,v 1.4 2005/01/20 04:45:01 toby Exp $

PortSystem 1.0
name             glpk
version          4.8
categories       math lang
maintainers      toby@opendarwin.org
description      GNU Linear Programming Kit
long_description \
    The GLPK (GNU Linear Programming Kit) package is intended for \
    solving large-scale linear programming (LP), mixed integer \
    programming (MIP), and other related problems. It is a set of \
    routines written in ANSI C and organized in the form of a \
    callable library.
homepage         http://www.gnu.org/software/${name}/
platforms        darwin
master_sites     gnu
checksums        md5 ec4df7a56a4ed98369c9f0bc7c82322b

test.run         yes
test.target      check
