# $Id: Portfile 21524 2007-01-26 23:47:43Z mww@macports.org $ PortSystem 1.0 name autogen version 5.8.7 categories devel platforms darwin maintainers mww@macports.org description tool to simplify the creation and maintenance of programs long_description AutoGen is a tool designed to simplify the creation \ and maintenance of programs that contain large amounts \ of repetitious text. It is especially valuable in \ programs that have several blocks of text that must \ be kept synchronized. homepage http://autogen.sourceforge.net/ master_sites sourceforge checksums sha1 aa53601b3b7e43ba65a1a9d3b99e5a14055c052f use_bzip2 yes depends_lib port:guile port:libiconv port:libxml2 port:zlib configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info test.run no test.target check platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0 \ CPP=/usr/bin/cpp-4.0 CPPFLAGS="-D_WINT_T" } platform darwin 6 { pre-build { reinplace "s|define HAVE_SYS_SIGLIST 1|undef HAVE_SYS_SIGLIST|g" \ ${worksrcpath}/config.h } }