# $Id: Portfile 28786 2007-09-08 19:38:29Z ryandesign@macports.org $ PortSystem 1.0 name help2man version 1.36.4 revision 1 categories textproc platforms darwin maintainers nomaintainer description automatically generate simple man pages long_description help2man is a tool for automatically generating simple \ manual pages from program output. homepage http://www.gnu.org/software/help2man/ master_sites gnu patchfiles patch-Makefile.in checksums md5 d31a0a38c2ec71faa06723f6b8bd3076 \ sha1 f3ffd89d50ee158589f2d0ccdc476d2ac3ebff70 \ rmd160 1c2e18f86c2d689dbc4bbc1d85e60a2273308c42 depends_lib port:perl5.8 port:p5-locale-gettext \ port:gettext port:libiconv configure.env PERL=${prefix}/bin/perl configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} COPYING debian/changelog NEWS README THANKS \ ${destroot}${docdir} } platform darwin 8 { configure.compiler gcc-4.0 } livecheck.check regex livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)