1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | name gecode |
---|
6 | version 3.7.3 |
---|
7 | categories devel math |
---|
8 | platforms darwin |
---|
9 | maintainers brandonvalentine.com:brandon |
---|
10 | description Generic Constraint Development Environment |
---|
11 | long_description Gecode is a toolkit for developing constraint-based systems and applications.\ |
---|
12 | Gecode provides a constraint solver with state-of-the-art \ |
---|
13 | performance while being modular and extensible. |
---|
14 | homepage http://www.gecode.org/ |
---|
15 | license MIT |
---|
16 | master_sites http://www.gecode.org/download/ |
---|
17 | checksums rmd160 ba7ab9a545dab5b4ff3feaa90e617be561614822 \ |
---|
18 | sha256 e7cc8bcc18b49195fef0544061bdd2e484a1240923e4e85fa39e8d6bb492854c |
---|
19 | depends_lib port:boost |
---|
20 | configure.args --disable-examples |
---|
21 | |
---|
22 | variant qt description {Add QT support} { |
---|
23 | depends_lib-append port:qt4-mac |
---|
24 | configure.args-append --enable-qt |
---|
25 | } |
---|