# $Id: Portfile,v 1.1 2005/02/17 10:09:38 toby Exp $ PortSystem 1.0 name rfcdiff version 1.23 categories textproc maintainers toby@opendarwin.org description compare Internet Draft versions long_description \ The purpose of this program is to compare two versions of \ an Internet Draft and produce a diff. homepage http://ietf.levkowetz.com/tools/rfcdiff/ platforms darwin master_sites ${homepage} distname ${name}-v${version} extract.suffix checksums md5 19fbed6bd8840b72218969eaee5c3305 extract.only configure {} build {} destroot { xinstall -m 555 ${distpath}/${distname} ${destroot}${prefix}/bin/${name} }