diff options
author | clsung <clsung@FreeBSD.org> | 2007-09-05 01:59:36 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-09-05 01:59:36 +0000 |
commit | d8a646673fc819da85a7ce9b94cb064e9eb2fe00 (patch) | |
tree | 37c081fabd2dd7cf1a18cf8f7736827949f68b58 /math/clp/Makefile | |
parent | 317e35a52bb0cba7cb606a109d93c5ed2d7d0d17 (diff) | |
download | FreeBSD-ports-d8a646673fc819da85a7ce9b94cb064e9eb2fe00.zip FreeBSD-ports-d8a646673fc819da85a7ce9b94cb064e9eb2fe00.tar.gz |
This is a port of Clp (Coin-or linear programming), which is an open-source
linear programming solver written in C++. It is primarily meant to be used as
a callable library, but a basic, stand-alone executable version is also
included.
WWW: http://www.coin-or.org/Clp/index.html
PR: ports/115185
Submitted by: Robin Schilham
Diffstat (limited to 'math/clp/Makefile')
-rw-r--r-- | math/clp/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile new file mode 100644 index 0000000..b86a9f4 --- /dev/null +++ b/math/clp/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Clp +# Date created: 22 July 2007 +# Whom: Robin Schilham +# +# $FreeBSD$ +# + +PORTNAME= Clp +PORTVERSION= 1.4.0 +CATEGORIES= math +MASTER_SITES= http://www.coin-or.org/download/source/Clp/ +EXTRACT_SUFX= .tgz + +MAINTAINER= co9co9@gmail.com +COMMENT= Linear Programming Solver + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include <bsd.port.mk> |