Ticket #19289: Portfile

File Portfile, 1.1 KB (added by petri@…, 15 years ago)

Portfile

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