# $Id: Portfile,v 1.9 2006/01/11 09:46:45 mww Exp $ PortSystem 1.0 name autogen version 5.8.1 categories devel platforms darwin maintainers mww@opendarwin.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 md5 dfa12164b36e53ea8d1667cf21d4df4f 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-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3 } platform darwin 6 { pre-build { reinplace "s|define HAVE_SYS_SIGLIST 1|undef HAVE_SYS_SIGLIST|g" \ ${worksrcpath}/config.h } }