Ticket #26105: Portfile

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