# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $ PortSystem 1.0 name headerbrowser version 0.8.3 categories devel platforms darwin maintainers nomaintainer description simple, efficient tool for creating doc from C/C++ source long_description Header Browser is a simple and efficient tool for creating \ documentation from C/C++ source code. homepage http://www.headerbrowser.org/ master_sites ${homepage}/download/ distfiles ${distname}.src.tgz checksums md5 d40f6379c2a1d8f7b91665199f8fbf49 destroot { xinstall -m 755 ${worksrcpath}/bin/headerbrowser ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/doc/man/headerbrowser.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/doc/html all_tags.html c_tags.html \ cpp_tags.html hb_comments.html index.html licence.html run.html \ ${destroot}${prefix}/share/doc/${name} }