diff options
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> |