aboutsummaryrefslogtreecommitdiff
path: root/math/polylib/Makefile
blob: 8efbd593144bc94a450473dde24f620a5964d672 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	polylib
DISTVERSION=	5.22.5
CATEGORIES=	math
MASTER_SITES=	http://icps.u-strasbg.fr/polylib/polylib_src/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Library of polyhedral functions
WWW=		https://icps.u-strasbg.fr/polylib/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgmp.so:math/gmp

USES=		gmake libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static \
		--with-libgmp=${LOCALBASE} # can also be built w/out libgmp, in which case the suffix on some files changes. Not sure if/how this is useful.
USE_LDCONFIG=	yes

.include <bsd.port.mk>