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 | PortSystem 1.0 |
---|
5 | |
---|
6 | name crystfel |
---|
7 | version 0.5.3a |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | license GPLv3 |
---|
11 | maintainers Richard Kirian |
---|
12 | description A suite of programs for processing serial crystallography data |
---|
13 | long_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 |
---|
14 | homepage http://www.desy.de/~twhite/crystfel/index.html |
---|
15 | master_sites http://www.desy.de/~twhite/crystfel |
---|
16 | |
---|
17 | checksums rmd160 ab493b0b369b5a712e40a7936509f4e3f572490e \ |
---|
18 | sha256 d9cfacf9df4abc20158efe5d6b855896170cd155b2857ccb61ef3140093b4d60 |
---|
19 | |
---|
20 | depends_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 | |
---|
29 | post-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 | |
---|