# $Id: Portfile 20458 2006-11-03 15:12:21Z blair@macports.org $ PortSystem 1.0 name thccalc version 0.23 categories science platforms darwin maintainers mww@opendarwin.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} }