Ticket #39619: Portfile

File Portfile, 2.3 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
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                      GChem3D displays molecule structures in 3D, \
20                      GChemCalc provides calculations for chemistry, \
21                      GChemPaint draws 2D chemical structures and reactions, \
22                      GChemTable provides the periodic table of the elements, \
23                      GCrystal displays and edits 3D crystal structures, \
24                      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_extract     port:xz
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:xorg-server
48
49configure.args      --disable-scrollkeeper
50
51
52# TODO: work with the upstream devs to make a +quartz variant…
53
54notes \
55"####################################################################
56Recommended supplementary ports:
57    gnome-themes-standard  provides the default Gnome Adwaita theme
58    gnome-icon-themes  provides the default Gnome icon resources
59    yelp  provides a help viewer for Gnome apps
60####################################################################"