Ticket #39619: Portfile.3

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

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