summaryrefslogtreecommitdiff
path: root/math/orpie/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-09-13 12:10:39 +0000
committertnn <tnn@pkgsrc.org>2007-09-13 12:10:39 +0000
commit788109ef928f0d640c03abae9d271c8de773f62a (patch)
treeacf78e08bf970b9c4f307ef110ccfd8363b83d4f /math/orpie/Makefile
parent2e36f667a2cf760a3d7b7eacd30c46986e5993ff (diff)
downloadpkgsrc-788109ef928f0d640c03abae9d271c8de773f62a.tar.gz
Update to orpie-1.5.0 and add DESTDIR support.
ChangeLog: - Complete rewrite of units implementation, allowing user-defined units and physical constants. - Updated included ocamlgsl bindings to 0.6.0. - Square root of a negative value now returns a complex result. - gcd(), lcd(), and mod() now accept real-valued arguments. - Fix for crash in abbrev mode. - Made a minor Makefile change to correct linking errors under Gentoo (maybe others). - Numerous code cleanups. Calculator code has been better separated from interface code. - Support --sysconfdir configure option. (Anyone packaging for the filesystem hierarchy standard will now need to use something like "./configure --prefix=/usr --sysconfdir=/etc".) - Implemented entry of most fundamental physical constants. - Fixed incorrect error message regarding deprecated extended_enter command
Diffstat (limited to 'math/orpie/Makefile')
-rw-r--r--math/orpie/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 526a4a9cb38..76ea39945be 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/04/29 21:51:52 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2007/09/13 12:10:39 tnn Exp $
#
-DISTNAME= orpie-1.4.3
+DISTNAME= orpie-1.5.0
CATEGORIES= math
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/
@@ -9,6 +9,7 @@ MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.eecs.umich.edu/~pelzlpj/orpie/
COMMENT= Curses-based reverse polish notation (RPN) calculator
+PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= gmake