aboutsummaryrefslogtreecommitdiff
path: root/math/zimpl/Makefile
blob: c089f1505f93a371247e8e1fa7ee364e6a55a04b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Yuri Victorovich <yuri@FreeBSD.org>

PORTNAME=	zimpl
DISTVERSION=	3.3.6
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	https://zimpl.zib.de/download/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Language to translate the LP models into .lp or .mps

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

CMAKE_ON=	BUILD_SHARED_LIBS

.include <bsd.port.mk>