aboutsummaryrefslogtreecommitdiff
path: root/math/cloog/Makefile
blob: 7ed9201cc2ff808b69afaf9f785a7dd3961e90b1 (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
27
PORTNAME=	cloog
PORTVERSION=	0.20.0
PORTREVISION=	1
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	math

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	Code generator in the polyhedral model
WWW=		http://www.cloog.org/

LICENSE=	LGPL21

LIB_DEPENDS=	libgmp.so:math/gmp \
		libisl.so:devel/isl

USES=		autoreconf gmake libtool

USE_GITHUB=	yes
GH_ACCOUNT=	periscop

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=install-strip
CONFIGURE_ARGS+=	--with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE}
CONFIGURE_ENV=	pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/ ac_cv_prog_TEXI2DVI=""

.include <bsd.port.mk>