Ticket #39619: Portfile.8

File Portfile.8, 2.4 KB (added by c.herbig@…, 11 years ago)
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
10set major           [join [lrange [split ${version} .] 0 1] .]
11categories          gnome science chemistry
12platforms           darwin linux
13maintainers         nomaintainer
14license             GPL-3
15
16description         This package provides a set of Gtk3 based applications for drawing \
17                    and viewing molecules, crystals and spectra.
18                   
19long_description    This package provides the following programs: \
20                    \n-  GChem3D displays molecule structures in 3D \
21                    \n-  GChemCalc provides calculations for chemistry \
22                    \n-  GChemPaint draws 2D chemical structures and reactions \
23                    \n-  GChemTable provides the periodic table of the elements \
24                    \n-  GCrystal displays and edits 3D crystal structures \
25                    \n-  GSpectrum displays spectra files (NMR, IR, etc) \
26                    \n-  Includes plugins for Gnumeric spreadsheet
27
28homepage            http://gchemutils.nongnu.org/index.html
29master_sites        http://download.savannah.gnu.org/releases/gchemutils/${major}/
30use_xz              yes
31
32checksums           sha256  85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe \
33                    rmd160  981652a5650ff7b1bed7718085274c8a492fda9b
34
35depends_build       port:autoconf
36
37depends_lib         port:gtk3 \
38                    port:goffice \
39                    port:libxml2 \
40                    port:gnome-doc-utils \
41                    port:openbabel \
42                    port:bodr \
43                    port:chemical-mime-data \
44                    port:gnome-mime-data \
45                    port:mesa
46
47depends_run         port:yelp
48
49configure.args      --disable-scrollkeeper \
50                    --with-goffice-plugins \
51                    --with-gnumeric-plugins
52
53
54# TODO: work with the upstream devs to make a +quartz variant…
55#       currently it fails to build in a +quartz environment
56#       due to <gdk/gdkx.h> and OpenGL dependencies in the code.
57
58
59notes \
60"Recommended supplementary ports:
61    gnome-themes-standard  provides the default Gnome Adwaita theme
62    gnome-icon-themes      provides the default Gnome icon resources"