mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
28 lines
603 B
Makefile
28 lines
603 B
Makefile
PORTNAME= zimpl
|
|
DISTVERSION= 3.6.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Language to translate the LP models into .lp or .mps
|
|
WWW= https://zimpl.zib.de \
|
|
https://github.com/scipopt/zimpl
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
ONLY_FOR_ARCHS_REASON= missing make/make.linux.$${arch}.gnu.opt for other architectures
|
|
|
|
BUILD_DEPENDS= bison:devel/bison
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= cmake tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= scipopt
|
|
GH_TAGNAME= v${DISTVERSION:S/.//g}
|
|
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
|
|
.include <bsd.port.mk>
|