Ticket #16731: Portfile

File Portfile, 1.1 KB (added by jeremy@…, 16 years ago)

the 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                    pspp
7version                 0.6.0
8categories              math
9maintainers             lavergne.gotdns.org:jeremy
10description             Statistical analysis of sampled data (free replacement \
11                        for SPSS).
12long_description        PSPP is a program for \
13                        statistical analysis of sampled data. It is a Free \
14                        replacement for the proprietary program SPSS, and \
15                        appears very similar to it with a few exceptions.
16homepage                http://www.gnu.org/software/pspp/
17platforms               darwin
18master_sites            ftp://ftp.gnu.org/gnu/pspp/
19
20checksums               md5 425c4a59d8e85276d3a4ecd6cb0024a3 \
21                        sha1 b6a89d758a39c9c53803a8b44d73899e9219e33c \
22                        rmd160 889745e4b423845f0d87cdfb38004320475dff49
23
24extract.suffix          .tar.gz
25use_parallel_build      yes
26
27depends_lib             port:gsl \
28                        port:perl5.8 \
29                        port:libiconv \
30                        port:plotutils \
31                        port:pkgconfig \
32                        port:gtk2 \
33                        port:libglade2 \
34                        port:libpqxx \
35                        port:zlib \
36                        port:libxml2 \
37                        port:ncursesw \
38                        port:readline \
39                        port:texinfo
40
41patchfiles              patch-config.h.in