Ticket #39619: Portfile.7

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

Adds depends_run port:yelp to comply with recent gnome changes

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
9
10categories          gnome science chemistry
11platforms           darwin linux
12maintainers         nomaintainer
13license             GPL-3
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                    \n-  Includes plugins for Gnumeric spreadsheet
26
27homepage            http://gchemutils.nongnu.org/index.html
28master_sites        http://download.savannah.gnu.org/releases/gchemutils/${version}/
29use_xz              yes
30
31checksums           sha256  85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe \
32                    rmd160  981652a5650ff7b1bed7718085274c8a492fda9b
33
34depends_build       port:autoconf
35
36depends_lib         port:gtk3 \
37                    port:goffice \
38                    port:libxml2 \
39                    port:gnome-doc-utils \
40                    port:openbabel \
41                    port:bodr \
42                    port:chemical-mime-data \
43                    port:gnome-mime-data \
44                    port:mesa
45
46depends_run         port:yelp
47
48configure.args      --disable-scrollkeeper \
49                    --with-goffice-plugins \
50                    --with-gnumeric-plugins
51
52
53# TODO: work with the upstream devs to make a +quartz variant…
54
55
56notes \
57"Recommended supplementary ports:
58    gnome-themes-standard  provides the default Gnome Adwaita theme
59    gnome-icon-themes  provides the default Gnome icon resources"