1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name oski |
---|
6 | version 1.0.1h |
---|
7 | categories devel |
---|
8 | maintainers nomaintainer |
---|
9 | homepage http://bebop.cs.berkeley.edu/oski/ |
---|
10 | master_sites sourceforge |
---|
11 | platforms darwin |
---|
12 | use_bzip2 yes |
---|
13 | |
---|
14 | description \ |
---|
15 | foo |
---|
16 | |
---|
17 | long_description \ |
---|
18 | foo |
---|
19 | |
---|
20 | checksums \ |
---|
21 | md5 d50a138f66e92b770263dda7234670be \ |
---|
22 | sha1 dc8edbe1288f26a50c2a7960116c3ae7a8b35e17 \ |
---|
23 | rmd160 5fef952d604334194df467712a053f60969d7695 |
---|
24 | |
---|
25 | depends_lib \ |
---|
26 | port:gcc42 |
---|
27 | |
---|
28 | configure.compiler macports-gcc-4.2 |
---|
29 | configure.dir ${workpath}/build-${version} |
---|
30 | configure.cmd ../${worksrcdir}/configure |
---|
31 | #configure.args --disable-static |
---|
32 | build.dir ${configure.dir} |
---|
33 | build.target all benchmarks |
---|
34 | |
---|
35 | test.run yes |
---|
36 | |
---|
37 | pre-configure { |
---|
38 | file mkdir ${configure.dir} |
---|
39 | } |
---|