diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 17:18:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 17:18:40 +0000 |
commit | 5f18e6915d88676aecc944e0813f44f8caa73104 (patch) | |
tree | 242449c03ac0df3180be92200c58721e4dd66287 /math/Makefile | |
parent | EdenMath is a scientific calculator. It does standard arithmetic, (diff) |
Stepulator is a scientific calculator implementing the RPN notation.
It is developed in Objective-C and is currently being maintained on GNUstep
and Mac OS X (Cocoa).
PR: 102684
Submitted by: Gürkan Sengün
Notes
Notes:
svn path=/head/; revision=172519
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 99e61d4ab2a1..4213a00c2bfc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -320,6 +320,7 @@ SUBDIR += spooles SUBDIR += spooles-mpich SUBDIR += ss + SUBDIR += stepulator SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf |