# $Id: Portfile,v 1.1 2004/10/05 14:42:18 mww Exp $

PortSystem 1.0

name			scalc
version			1.15
categories		math
platforms		darwin
maintainers		mww@opendarwin.org
description		tool for simple integer calculations or for converting numbers
long_description	The calc command may be used to do simple integer \
				calculations or to convert numbers from one radix to another.

homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
master_sites	ftp://ftp.berlios.de/pub/calc/
distname		calc-${version}
checksums		md5 f2a89c26bf52078b156af79897d8556a

use_configure	no

build.type		gnu
build.target

destroot.destdir	INS_BASE=${destroot}${prefix} \
					MANDIR=share/man
post-destroot	{
	file delete -force ${destroot}${prefix}/lib \
		${destroot}${prefix}/include ${destroot}${prefix}/share/man/man5
}
