aboutsummaryrefslogtreecommitdiff
path: root/math/mpexpr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-20 23:04:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-20 23:04:34 +0000
commitfc1e8360afbdf4b46d1d30d48cc06e71c9a676f1 (patch)
tree6b349c7a0d9a5d6e959c678cedbc9e529c3b743b /math/mpexpr
parente68c40490b0283df61e09e0ce9b32326473c894c (diff)
downloadports-fc1e8360afbdf4b46d1d30d48cc06e71c9a676f1.tar.gz
ports-fc1e8360afbdf4b46d1d30d48cc06e71c9a676f1.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)
Notes
Notes: svn path=/head/; revision=157821
Diffstat (limited to 'math/mpexpr')
-rw-r--r--math/mpexpr/Makefile11
-rw-r--r--math/mpexpr/pkg-descr2
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