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