From 40abe7bcd5fdf21ae37a1b6c4596f20fc102619a Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Fri, 11 Apr 2014 02:59:07 +0000 Subject: - Add LICENSE - Ignore version 0.18.2 in PORTSCOUT due problems in the build files. It will be fixed on 0.18.3. --- math/cloog/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') diff --git a/math/cloog/Makefile b/math/cloog/Makefile index 760385ed7d06..299434614674 100644 --- a/math/cloog/Makefile +++ b/math/cloog/Makefile @@ -10,8 +10,12 @@ 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 +PORTSCOUT= ignore:0.18.2 + USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX} -- cgit