1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/math/cloog/Makefile
Danilo Egea Gondolfo 06502aeac2 - Add some patches from PkgSrc to enable cloog to builds with devel/isl
- Fix a installation conflict between devel/isl and math/cloog
- Notice that this commit breaks devel/gcc-arm-embedded, lev@ will take a look after (ports/191596)

PR:		ports/191598
Submitted by:	Jan Beich <jbeich@vfemail.net>
2014-07-08 01:21:17 +00:00

27 lines
618 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloog
PORTVERSION= 0.18.1
PORTREVISION= 3
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
PORTSCOUT= ignore:0.18.2
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>