2013-09-30 01:21:42 +02:00
|
|
|
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
|
2013-06-28 21:38:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cloog
|
2015-08-03 21:18:59 +02:00
|
|
|
PORTVERSION= 0.18.4
|
2013-06-28 21:38:58 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
|
|
|
|
|
2013-09-30 01:21:42 +02:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2013-06-28 21:38:58 +02:00
|
|
|
COMMENT= Code generator in the polyhedral model
|
|
|
|
|
2014-04-11 04:59:07 +02:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2014-07-08 03:21:17 +02:00
|
|
|
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
|
|
|
libisl.so:${PORTSDIR}/devel/isl
|
2013-06-28 21:38:58 +02:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2014-07-03 19:53:02 +02:00
|
|
|
USES= libtool
|
2013-06-28 21:38:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-08 03:21:17 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE}
|
2013-06-28 21:38:58 +02:00
|
|
|
CONFIGURE_ENV= pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|