mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
06502aeac2
- 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>
27 lines
618 B
Makefile
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>
|