aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpexpr/Makefile
blob: e2d53b1f4a57ea65a8a4d7ace4a8ce0a8fe24c49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>