diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:18:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:18:40 +0800 |
commit | ff393e3c42a8362cdb41498433e282bb3d348b1b (patch) | |
tree | bc9e4659a836f912214fd4659d0deafbdd8ab961 /math/Makefile | |
parent | 1aac993e07435a1968a9ff712e4fa9c44b8819eb (diff) | |
download | freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.tar.gz freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.tar.zst freebsd-ports-gnome-ff393e3c42a8362cdb41498433e282bb3d348b1b.zip |
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
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 |