Ticket #44535: Portfile.2

File Portfile.2, 1.3 KB (added by rkirian@…, 10 years ago)

Second attempt to create a proper Portfile

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             GPL-3
11maintainers         gmail.com:rkirian
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:gsl \
21                    port:fftw-3 \
22                    port:gdk-pixbuf2 \
23                    port:gtk2 \
24                    port:hdf5-18 \
25                    path:lib/pkgconfig/pango.pc:pango
26                   
27depends_build       port:pkgconfig \
28                    port:gtk-doc
29
30configure.args      --disable-silent-rules
31
32