# -*- 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
# $Id: Portfile 49579 2009-04-12 21:37:08Z blb@macports.org $

PortSystem          1.0

name                stdinchi-1
version             1.02
categories          science
maintainers         netatonce.net:petri \
                    openmaintainer
description         IUPAC InChI
long_description    IUPAC utility for International Chemical Identifier (InChI) \
non-proprietary identifiers for chemical substances.
homepage            http://www.iupac.org/inchi/
platforms           darwin
master_sites        http://www.iupac.org/inchi/download/
distname            STDINCHI-1-API
use_zip             yes

checksums           md5 aa8bab9424a4c9683b63706c18d55479 \
                    sha1 8545bc26004db435edc56e58c2f74d9b424c0e26 \
                    rmd160 02381c995b837a9bfe2eceadf3b5b9f5d7328360

use_configure       no
build.args          -C STDINCHI/gcc_makefile/ -f makefile 
build.target        stdinchi-1

destroot {
   xinstall -m 755 ${worksrcpath}/STDINCHI/gcc_makefile/stdinchi-1 ${destroot}${prefix}/bin/
}

