Portfile

# $Id: Portfile 21687 2007-02-02 18:06:05Z jmpp@macports.org $

PortSystem 1.0

name add
version 20021229
categories math
platforms darwin
maintainers jmpp@macports.org openmaintainer@macports.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}
}