1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/clp/Makefile
Cheng-Lung Sung 0550947c83 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
2007-09-05 01:59:36 +00:00

21 lines
388 B
Makefile

# 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>