summaryrefslogtreecommitdiff
path: root/math/capc-calc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-21 00:10:01 +0000
committerwiz <wiz@pkgsrc.org>2004-09-21 00:10:01 +0000
commitf0774ebc31212b5f300299583e252bbee09387f3 (patch)
tree63e9b0e86f34c6edb006fd8dbce6807cf00364d9 /math/capc-calc/Makefile
parenta54e7cf39d545eb5a76275634d1fd009ac1b11b2 (diff)
downloadpkgsrc-f0774ebc31212b5f300299583e252bbee09387f3.tar.gz
Update to 2.11.10, and drop maintainership.
This release adds changes to better support compiling under cygwin, improved custom function support, including the addition of the pmodm127 example and config("compile_custom") and config("allow_custom") calls, and a missing display help file. It fixes configuration state hashing, document typos, calc -d (to disable printing of the leading ~), and some compilation warnings reported under OS X.
Diffstat (limited to 'math/capc-calc/Makefile')
-rw-r--r--math/capc-calc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile
index 4c0c1b7ccbc..0f992da2e2d 100644
--- a/math/capc-calc/Makefile
+++ b/math/capc-calc/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.22 2004/06/29 23:57:06 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2004/09/21 00:10:01 wiz Exp $
#
-DISTNAME= calc-2.11.9.3
+DISTNAME= calc-2.11.10
PKGNAME= capc-${DISTNAME:S/t/./}
CATEGORIES= math
MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \
http://prdownloads.sourceforge.net/calc/
-MAINTAINER= wiz@NetBSD.org
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/
COMMENT= C arbitrary precision calculator
USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"