# $Id: Portfile 30251 2007-10-23 02:18:30Z jmpp@macports.org $

PortSystem 1.0

name			thccalc
version			0.23
categories		science
platforms		darwin
maintainers		nomaintainer
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}
}
