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

PORTNAME=   cloog
PORTVERSION=    0.18.4
PORTREVISION=   1
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>