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 | |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name stdinchi-1 |
---|
8 | version 1.02 |
---|
9 | categories science |
---|
10 | maintainers netatonce.net:petri \ |
---|
11 | openmaintainer |
---|
12 | description IUPAC InChI |
---|
13 | long_description IUPAC utility for International Chemical Identifier (InChI) \ |
---|
14 | non-proprietary identifiers for chemical substances. |
---|
15 | homepage http://www.iupac.org/inchi/ |
---|
16 | platforms darwin |
---|
17 | master_sites http://www.iupac.org/inchi/download/ |
---|
18 | distfiles STDINCHI-1-API.zip |
---|
19 | use_zip yes |
---|
20 | worksrcdir STDINCHI-1-API |
---|
21 | |
---|
22 | checksums md5 aa8bab9424a4c9683b63706c18d55479 \ |
---|
23 | sha1 8545bc26004db435edc56e58c2f74d9b424c0e26 \ |
---|
24 | rmd160 02381c995b837a9bfe2eceadf3b5b9f5d7328360 |
---|
25 | |
---|
26 | use_configure no |
---|
27 | build.args -C STDINCHI/gcc_makefile/ -f makefile |
---|
28 | build.target stdinchi-1 |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -m 755 ${worksrcpath}/STDINCHI/gcc_makefile/stdinchi-1 ${destroot}${prefix}/bin/ |
---|
32 | } |
---|
33 | |
---|