1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/mpexpr/Makefile
Edwin Groothuis feccf6245d new port for mpexpr
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'.
	Mpexpr works much like Tcl's  native 'expr', but does all
	calculations using an arbitrary precision math package.
	Mpexpr numbers can be any number of digits, with any decimal
	precision.  Final precision is controlled by a Tcl variable
	'mp_precision', which can be any reasonable integer, limiting
	only the number of digits to the right of the decimal point.

PR:		ports/48764
Submitted by:	chein@GeekDude.com <chein@GeekDude.Com>
2003-10-06 02:43:46 +00:00

29 lines
575 B
Makefile

# New ports collection makefile for: mpexpr
# Date created: 20 April 2001
# Whom: Chuck Hein <geekdude@pacbell.net>
#
# $FreeBSD$
#
PORTNAME= mpexpr
PORTVERSION= 1.0
CATEGORIES= math tcl83
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/math/Mpexpr-1.0/1.0/
MAINTAINER= geekdude@pacbell.net
COMMENT= Multiple precision math for Tcl
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83
WRKSRC= ${WRKDIR}/mpexpr-1.0/unix
CONFIGURE_ARGS= --prefix=${PREFIX} \
--exec-prefix=${PREFIX}
GNU_CONFIGURE= yes
#INSTALLS_SHLIB= yes
MANN= mpexpr.n
.include <bsd.port.mk>