diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 07:04:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 07:04:34 +0800 |
commit | 21caf73237d6e4f8096ce3ef2f488d36250385f9 (patch) | |
tree | e193770b28f362963d1fbb5a5d1ac54a94a71d40 /math | |
parent | 5cc1838dcf4c9cb8583a5c517e5fdd7c68add40b (diff) | |
download | freebsd-ports-gnome-21caf73237d6e4f8096ce3ef2f488d36250385f9.tar.gz freebsd-ports-gnome-21caf73237d6e4f8096ce3ef2f488d36250385f9.tar.zst freebsd-ports-gnome-21caf73237d6e4f8096ce3ef2f488d36250385f9.zip |
- Fix MASTER_SITES
- Update WWW
- Style
PR: ports/93433
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (1 month)
Diffstat (limited to 'math')
-rw-r--r-- | math/mpexpr/Makefile | 11 | ||||
-rw-r--r-- | math/mpexpr/pkg-descr | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index e2d53b1f4a57..0dbbc13f8bd8 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -8,20 +8,21 @@ PORTNAME= mpexpr PORTVERSION= 1.0 CATEGORIES= math tcl83 -MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/math/Mpexpr-1.0/1.0/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mpexpr 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} \ +CONFIGURE_ARGS= --prefix=${PREFIX} \ --exec-prefix=${PREFIX} +USE_TCL= 83 +USE_TCL_BUILD= 83 GNU_CONFIGURE= yes -#INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes MANN= mpexpr.n diff --git a/math/mpexpr/pkg-descr b/math/mpexpr/pkg-descr index a552bc20b2fe..1f9b6ede0a45 100644 --- a/math/mpexpr/pkg-descr +++ b/math/mpexpr/pkg-descr @@ -12,4 +12,4 @@ Mpexpr also includes most math functions provided by 'expr', as well as several new functions. Mpexpr also supports Tcl variables and nested evaluation, just like 'expr': -WWW: http://www.neosoft.com/tcl/ftparchive/sorted/math/mpexpr-1.0 +WWW: http://mpexpr.sourceforge.net |