# $Id: Portfile,v 1.2 2004/11/27 03:22:38 jmpp Exp $

PortSystem 1.0

name	   add
version	   20021229
categories	math
platforms	darwin
maintainers	jmpp@opendarwin.org

description	Fixed-point, full screen calculator.
long_description	add is a fixed-point calculator that operates as a full-screen editor. \
			It is designed for use as a checkbook or expense-account balancing tool.

homepage	http://dickey.his.com/add/
master_sites	ftp://invisible-island.net/add/
distfiles	${name}${extract.suffix}
checksums	md5 3739f37731601cbbc608d89299be9a72

worksrcdir	${name}-t${version}

configure.args	--mandir=${prefix}/share/man

post-destroot	{
		xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
		file rename ${destroot}${prefix}/bin/add.hlp ${destroot}${prefix}/share/doc/${name}
}
