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 | |
---|
6 | name vaucanson |
---|
7 | version 2b.0 |
---|
8 | epoch 1 |
---|
9 | categories devel |
---|
10 | maintainers lrde.epita.fr:akim |
---|
11 | license GPL-3+ |
---|
12 | platforms darwin |
---|
13 | installs_libs yes |
---|
14 | description C++ generic automata/transducers platform |
---|
15 | long_description \ |
---|
16 | Vaucanson is a finite state machine manipulation platform, \ |
---|
17 | consisting of a library and tools implemented on top of it. |
---|
18 | |
---|
19 | homepage http://vaucanson.lrde.epita.fr |
---|
20 | master_sites http://www.lrde.epita.fr/dload/vaucanson/2.0 |
---|
21 | checksums rmd160 aaca4dc4db6ad63523d780443e8459641dd6108f \ |
---|
22 | sha256 3b3bf1207aca151582c5c2c3bc4b83112cfde3fd6bac30497b692738855e14d1 |
---|
23 | use_xz yes |
---|
24 | |
---|
25 | depends_lib port:boost |
---|
26 | |
---|
27 | installs_libs yes |
---|
28 | |
---|
29 | configure.args CXXFLAGS=-O3 |
---|
30 | |
---|
31 | test.run yes |
---|
32 | test.target check |
---|
33 | |
---|
34 | configure.compiler macports-gcc-4.8 |
---|
35 | |
---|
36 | |
---|