a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22116 2007-02-18 00:20:02Z mww@macports.org $
PortSystem 1.0
name thccalc
version 0.23
categories science
platforms darwin
maintainers nomaintainer@macports.org
description thccacl calculates the THC content in a person's blood
long_description thccalc is a text mode program that calculates the THC \
content in a person's blood based on their usage pattern \
over a specific period of time.
homepage http://www.freewebs.com/thccalc/
master_sites ${homepage}/files/
distfiles THCcalc-${version}.tgz
checksums md5 fa75e97d22d13de2f286920245f9bfd2
use_configure no
build.target
destroot {
xinstall -m 755 -s ${worksrcpath}/thccalc ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} FAQ OLDINTRO README \
${destroot}${prefix}/share/doc/${name}
}