a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22208 2007-02-21 20:55:25Z pipping@macports.org $
PortSystem 1.0
name autogen
version 5.9
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 gnu:autogen:rel5.9
checksums md5 68c85ad9ba39a210fb9f2b4b456d301d \
sha1 dd0d182fa1201722684107508b7a47365a9ffd6a \
rmd160 0748304eb134de5b66c4d3da6e3de019552a9439
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
}
}