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 inchi-1 |
---|
8 | version 1.03 |
---|
9 | categories science |
---|
10 | maintainers netatonce.net:petri \ |
---|
11 | openmaintainer |
---|
12 | description IUPAC InChI identifier generation |
---|
13 | long_description IUPAC utility for standard and non-standard \ |
---|
14 | International Chemical Identifier (InChI) non-proprietary \ |
---|
15 | identifiers for chemical substances. |
---|
16 | homepage http://www.iupac.org/inchi/ |
---|
17 | platforms darwin |
---|
18 | master_sites http://www.iupac.org/inchi/download/version1.03/ |
---|
19 | distfiles INCHI-1-API.zip |
---|
20 | use_zip yes |
---|
21 | worksrcdir INCHI-1-API |
---|
22 | |
---|
23 | checksums md5 7dd26285418528172326aa32f9a19ba3 \ |
---|
24 | sha1 9a9ac4b2f0a03638a97ffcd325b52c9992c777af \ |
---|
25 | rmd160 5a808be29e751c706b3ace7dfd8c1c7a0cdfb022 |
---|
26 | |
---|
27 | use_configure no |
---|
28 | build.args -CINCHI/gcc/inchi-1/ -f makefile |
---|
29 | build.target inchi-1 |
---|
30 | |
---|
31 | destroot { |
---|
32 | xinstall -m 755 ${worksrcpath}/INCHI/gcc/inchi-1/inchi-1 ${destroot}${prefix}/bin/ |
---|
33 | } |
---|
34 | |
---|