1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/math/SoPlex/Makefile
2021-04-06 16:31:07 +02:00

25 lines
639 B
Makefile

# Created by: Yuri Victorovich <yuri@FreeBSD.org>
PORTNAME= SoPlex
DISTVERSION= 4.0.1
PORTREVISION= 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= no-dist-mirror no-pkg-mirror no-auto-accept
LIB_DEPENDS= libgmp.so:math/gmp
USES= cmake compiler:c++11-lang tar:tgz
USE_LDCONFIG= yes
PLIST_SUB= SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
.include <bsd.port.mk>