diff options
author | wg <wg@FreeBSD.org> | 2013-08-08 06:31:48 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-08 06:31:48 +0800 |
commit | 1cecdfd70598fe6680006aad3330c605a82a7634 (patch) | |
tree | e30dc53458a03bf5bd661c4d3c7712e0c4c8da0a /math/Makefile | |
parent | 0e957e21070473fb4e7e1f2ab4e217d50d3b4a9d (diff) | |
download | freebsd-ports-gnome-1cecdfd70598fe6680006aad3330c605a82a7634.tar.gz freebsd-ports-gnome-1cecdfd70598fe6680006aad3330c605a82a7634.tar.zst freebsd-ports-gnome-1cecdfd70598fe6680006aad3330c605a82a7634.zip |
math/gkmap: Simplification of Boolean Functions using Karnaugh Map
GKmap is a free K-Map disclosure software, which is developed to solve
the Digital Electronics design problems. Along with design it also helps
in analysis of information flow in the digital circuits.
WWW: http://sourceforge.net/projects/gkmap/
PR: ports/180981
Submitted by: Javad Kouhi <javad.kouhi gmail.com>
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 9ed0be2d510a..6b5dcf4c3f14 100644 --- a/math/Makefile +++ b/math/Makefile @@ -141,6 +141,7 @@ SUBDIR += ggobi SUBDIR += giacxcas SUBDIR += givaro + SUBDIR += gkmap SUBDIR += glgraph SUBDIR += glm SUBDIR += glpk |