# $Id: Portfile 47590 2009-03-01 09:39:32Z ryandesign@macports.org $

PortSystem 1.0
name		rtf2html
version		1.1beta
categories	textproc
maintainers	nomaintainer
platforms	darwin freebsd
description	rtf to html converter
long_description	this is a tool for converting from the rtf-format to \
			the html format.
homepage	http://www.45.free.net/~vitus/ice/catdoc
master_sites	http://critical.ch/distfiles
distname	${name}
checksums	md5 823949bf2e1a7fc9d090fd2035b2e828

use_configure	no

build.target

destroot	{
	file mkdir ${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/rtf2html ${destroot}${prefix}/bin/
	file copy ${worksrcpath}/README ${worksrcpath}/README.orig \
		${destroot}${prefix}/share/doc/${name}
}	
