aboutsummaryrefslogtreecommitdiffstats
path: root/math/cloog/Makefile
blob: 0da8b09a59ae6bb8944b19a8137b0d9ad7f15390 (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
# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cloog
PORTVERSION=    0.18.4
CATEGORIES= math
MASTER_SITES=   http://www.bastoul.net/cloog/pages/download/

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Code generator in the polyhedral model

LICENSE=    LGPL21

LIB_DEPENDS=    libgmp.so:${PORTSDIR}/math/gmp \
        libisl.so:${PORTSDIR}/devel/isl

USE_LDCONFIG=   yes
USES=       libtool
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${LOCALBASE}
CONFIGURE_ENV=  pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/

.include <bsd.port.mk>