Ticket #45472: Portfile

File Portfile, 1010 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 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
4PortSystem          1.0
5
6name                pari-seadata
7version             20090618
8categories          math
9platforms           darwin
10license             GPL-2+
11maintainers         gmail.com:watsonbladd openmaintainer
12supported_archs     noarch
13
14homepage            http://pari.math.u-bordeaux.fr/packages.html
15master_sites        http://pari.math.u-bordeaux.fr/pub/pari/packages/
16
17dist_subdir         ${name}/${version}
18distname            seadata
19extract.suffix      .tgz
20
21checksums           md5     6e9c119ccb3c65916a48e1a8cd899558 \
22                    rmd160  e88637426f74c5223068fc2d916741c10d8279e4 \
23                    sha256  c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833
24
25depends_run         port:pari
26
27use_configure       no
28
29build {}
30
31destroot {
32    copy ${workpath}/data ${destroot}${prefix}/share/pari
33}
34
35livecheck.type      none