forked from Lainports/freebsd-ports
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*) Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D15238
24 lines
616 B
Makefile
24 lines
616 B
Makefile
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= SoPlex
|
|
DISTVERSION= 3.1.1
|
|
CATEGORIES= math science
|
|
MASTER_SITES= http://soplex.zib.de/download/release/
|
|
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Optimization package for solving linear programming problems (LPs)
|
|
|
|
LICENSE= ZIB
|
|
LICENSE_NAME= ZIB ACADEMIC LICENSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= cmake:outsource tar:tgz
|
|
USE_LDCONFIG= yes
|
|
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
|
|
|
|
.include <bsd.port.mk>
|