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