Ticket #44431: Portfile

File Portfile, 829 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 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
5PortGroup           github 1.0
6
7github.setup        eddelbuettel littler 0.2.0
8categories          lang
9platforms           darwin
10maintainers         nomaintainer
11license             GPL-2+
12
13description
14
15long_description
16
17checksums           rmd160  e039f028d772f698d011f7145ae4ee59802eaa78 \
18                    sha256  8a8ae5a4d6fdc29b5f008c69a63c9e88c91813f4d7e6205df6862f39978614cb
19
20depends_build       port:autoconf \
21                    port:automake \
22                    port:libtool
23
24depends_lib         port:R
25
26# R is not universal
27universal_variant   no
28
29patchfiles          patch-bootstrap.diff
30
31use_autoconf        yes
32autoconf.cmd        ./bootstrap