Ticket #39619: Portfile.4

File Portfile.4, 2.1 KB (added by c.herbig@…, 11 years ago)

removed archs

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# $Id$
3
4
5PortSystem          1.0
6
7name                gnome-chemistry-utils
8version             0.14.2
9categories          science chemistry
10platforms           darwin freebsd linux
11maintainers         nomaintainer
12license             GPL-3
13
14description         This package provides a set of applications for drawing and viewing \
15                    molecules, crystals and spectra.
16                   
17long_description    This package provides the following programs: \
18                    \n-  GChem3D displays molecule structures in 3D \
19                    \n-  GChemCalc provides calculations for chemistry \
20                    \n-  GChemPaint draws 2D chemical structures and reactions \
21                    \n-  GChemTable provides the periodic table of the elements \
22                    \n-  GCrystal displays and edits 3D crystal structures \
23                    \n-  GSpectrum displays spectra files (NMR, IR, etc)
24
25homepage            http://gchemutils.nongnu.org/index.html
26master_sites        http://download.savannah.gnu.org/releases/gchemutils/${version}/
27use_xz              yes
28
29checksums           sha256  85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe \
30                    rmd160  981652a5650ff7b1bed7718085274c8a492fda9b
31
32depends_build       port:autoconf
33
34depends_lib         port:gtk3 \
35                    port:goffice \
36                    port:libxml2 \
37                    port:gnome-doc-utils \
38                    port:openbabel \
39                    port:bodr \
40                    port:chemical-mime-data \
41                    port:gnome-mime-data \
42                    port:mesa
43
44configure.args      --disable-scrollkeeper
45
46
47# TODO: work with the upstream devs to make a +quartz variant…
48
49notes \
50"Recommended supplementary ports:
51    gnome-themes-standard  provides the default Gnome Adwaita theme
52    gnome-icon-themes  provides the default Gnome icon resources
53    yelp  provides a help viewer for Gnome apps"