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