# $Id: Portfile 22233 2007-02-22 22:10:35Z fenner@macports.org $ PortSystem 1.0 name idnits version 2.03.6 categories textproc maintainers fenner@research.att.com description Looks for problems in internet draft formatting long_description \ 'idnits' looks for violations of Section 2.1 and 2.2 of the \ requirements listed on http://www.ietf.org/ID-Checklist.html \ and some of http://www.ietf.org/ietf/1id-guidelines.html homepage http://tools.ietf.org/tools/idnits/ master_sites http://tools.ietf.org/tools/idnits/ extract.suffix .tgz checksums md5 699a494063d39c6fd37287167f231309 # Since it's just a shell script, there's no configure or build. # Just destroot directly from the distpath. configure {} build {} destroot { xinstall -m 755 ${worksrcpath}/idnits \ ${destroot}${prefix}/bin/ }