# $Id: Portfile,v 1.2 2005/04/23 17:02:37 fenner Exp $ PortSystem 1.0 name idnits version 1.70 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://ietf.levkowetz.com/tools/idnits/ master_sites http://ietf.levkowetz.com/tools/idnits/ distname ${name}-v${version} extract.suffix checksums md5 e65bc268389dec696db2b6a27a9a4e5f # Since it's just a shell script, there's no extract, configure or build. # Just destroot directly from the distpath. extract {} configure {} build {} destroot { xinstall -m 755 ${distpath}/${distname} \ ${destroot}${prefix}/bin/idnits }