diff options
author | pin <pin@pkgsrc.org> | 2020-06-16 08:20:16 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-06-16 08:20:16 +0000 |
commit | af50fd7ad8ac93e251e6e54097f2710572355853 (patch) | |
tree | a0e1d2db112bfad691acb442d4afd8c7fd094208 /math | |
parent | 0640e434b12a03de5307bf0b838ae5427c2af013 (diff) | |
download | pkgsrc-af50fd7ad8ac93e251e6e54097f2710572355853.tar.gz |
Import: math/lumina-calculator
Scientific calculator for the Lumina desktop.
This is a graphical, scientific calculator with history and recall abilities.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 8902344cb50..d084d794264 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.464 2020/05/22 03:11:41 markd Exp $ +# $NetBSD: Makefile,v 1.465 2020/06/16 08:20:16 pin Exp $ COMMENT= Mathematics @@ -222,6 +222,7 @@ SUBDIR+= libsvm SUBDIR+= linpack SUBDIR+= lp_solve SUBDIR+= ltm +SUBDIR+= lumina-calculator SUBDIR+= mapm SUBDIR+= mathomatic SUBDIR+= maxima |