Ticket #44535: Portfile

File Portfile, 1.5 KB (added by rkirian@…, 10 years ago)

CrystFEL port file

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
4PortSystem          1.0
5
6name                crystfel
7version             0.5.3a
8categories          science
9platforms           darwin
10license             GPLv3
11maintainers         Richard Kirian
12description         A suite of programs for processing serial crystallography data
13long_description    CrystFEL is a suite of programs for processing diffraction data acquired "serially" in a "snapshot" manner, such as when using the technique of Serial Femtosecond Crystallography (SFX) with a free-electron laser source
14homepage            http://www.desy.de/~twhite/crystfel/index.html
15master_sites        http://www.desy.de/~twhite/crystfel
16
17checksums           rmd160  ab493b0b369b5a712e40a7936509f4e3f572490e \
18                    sha256  d9cfacf9df4abc20158efe5d6b855896170cd155b2857ccb61ef3140093b4d60
19
20depends_lib         port:pkgconfig \
21                    port:gsl \
22                    port:fftw-3 \
23                    port:pango \
24                    port:gdk-pixbuf2 \
25                    port:gtk-doc \
26                    port:gtk2 \
27                    port:hdf5-18
28
29post-destroot {
30        # Install example files not installed by the Makefile
31        # echo "Installing crystfel scripts in ${prefix}/share/examples/crystfel/scripts"
32        file mkdir ${destroot}${prefix}/share/examples/crystfel/scripts
33   file copy ${worksrcpath}/scripts ${prefix}/share/examples/crystfel
34}
35
36
37
38