Ticket #54112: Portfile

File Portfile, 1.7 KB (added by jwhowse4, 7 years ago)

port file

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
3PortSystem          1.0
4
5name                autogen
6version             5.18.12
7categories          devel
8platforms           darwin
9maintainers         nomaintainer
10license             GPL-3
11description         tool to simplify the creation and maintenance of programs
12long_description    AutoGen is a tool designed to simplify the creation \
13                    and maintenance of programs that contain large amounts \
14                    of repetitious text. It is especially valuable in \
15                    programs that have several blocks of text that must \
16                    be kept synchronized.
17
18homepage            https://www.gnu.org/software/autogen/
19master_sites        gnu:autogen/rel${version}
20use_xz              yes
21
22checksums           rmd160  6392c2137786ab9ac781100579f1cf5f6af99fd5 \
23                    sha256  be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8
24
25depends_build       port:pkgconfig
26
27depends_lib         port:guile port:libiconv port:libxml2 port:zlib port:coreutils
28
29# guile is not universal
30universal_variant   no
31
32# Don't accidentally create flat-namespace dylibs on Yosemite (#44596).
33patchfiles          patch-configure.diff \
34                    patch-agen5_guile-iface.h.diff \
35                    yosemite-libtool.patch
36
37configure.args      --mandir=${prefix}/share/man \
38                    --infodir=${prefix}/share/info
39
40test.run            yes
41test.target         check
42
43platform darwin 8 {
44    configure.cppflags-append "-D_WINT_T"
45}
46
47livecheck.type      regex
48livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
49livecheck.regex     rel(\\d+(?:\\.\\d+)*)