diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-04-11 10:59:07 +0800 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-04-11 10:59:07 +0800 |
commit | 40abe7bcd5fdf21ae37a1b6c4596f20fc102619a (patch) | |
tree | 04f45e1ed391d465dc97463c5813dca55bb6faba /math | |
parent | 2856e4670a9491093b1319fed1e898d12cb9a89a (diff) | |
download | freebsd-ports-gnome-40abe7bcd5fdf21ae37a1b6c4596f20fc102619a.tar.gz freebsd-ports-gnome-40abe7bcd5fdf21ae37a1b6c4596f20fc102619a.tar.zst freebsd-ports-gnome-40abe7bcd5fdf21ae37a1b6c4596f20fc102619a.zip |
- Add LICENSE
- Ignore version 0.18.2 in PORTSCOUT due problems in the build files. It will be fixed on 0.18.3.
Diffstat (limited to 'math')
-rw-r--r-- | math/cloog/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} |