# $Id: Portfile,v 1.3 2005/07/18 22:28:49 fenner Exp $

PortSystem 1.0
name		idnits
version		1.74
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 464d21b449c70520b15da1361c90144d

# 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
}
