summaryrefslogtreecommitdiff
path: root/math/grpn/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-11-15 13:32:16 +0000
committerdrochner <drochner@pkgsrc.org>2009-11-15 13:32:16 +0000
commitf1b7ba24ca874efcdc093d9673cf67d5d474b8df (patch)
tree97378bc91002c6c6b9518e12d13e3fb0e19f72ea /math/grpn/Makefile
parent70ae627deab72aee4254cfcdb628632e30a74d63 (diff)
downloadpkgsrc-f1b7ba24ca874efcdc093d9673cf67d5d474b8df.tar.gz
update to 1.2
changes: -Added deg, rad, pol and rect commands -Added engineer notation -New function "mod"=remainder introduced -minor cleanup -Locale determines the decimal separator point or comma -Compiles against gtk2 pkgsrc change: DESTDIR support
Diffstat (limited to 'math/grpn/Makefile')
-rw-r--r--math/grpn/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile
index 830d65ba689..f8a7f7009a3 100644
--- a/math/grpn/Makefile
+++ b/math/grpn/Makefile
@@ -1,17 +1,23 @@
-# $NetBSD: Makefile,v 1.20 2009/10/04 15:50:47 zafer Exp $
+# $NetBSD: Makefile,v 1.21 2009/11/15 13:32:16 drochner Exp $
#
-DISTNAME= grpn-1.1.2
-PKGREVISION= 5
+DISTNAME= grpn
+PKGNAME= grpn-1.2
+DIST_SUBDIR= grpn-1.2
CATEGORIES= math
-MASTER_SITES= http://lashwhip.com/grpn/
+#MASTER_SITES= http://lashwhip.com/grpn/
+MASTER_SITES= http://www.getreu.net/public/downloads/
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://lashwhip.com/grpn.html
+# the original gtk1 version
+#HOMEPAGE= http://lashwhip.com/grpn.html
+HOMEPAGE= http://www.getreu.net/
COMMENT= Graphical reverse polish notation (RPN) calculator
BUILD_TARGET= grpn
USE_TOOLS+= mkdirhier
+WRKSRC= ${WRKDIR}/grpn-1.2
+PKG_DESTDIR_SUPPORT= user-destdir
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"