aboutsummaryrefslogtreecommitdiff
path: root/math/gkmap/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-08-07 22:31:48 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-08-07 22:31:48 +0000
commite9226df2f50e615859dbf34567d5597e1db23b92 (patch)
treee30dc53458a03bf5bd661c4d3c7712e0c4c8da0a /math/gkmap/Makefile
parentde047d1b6d2184997b95aa2490b7aca5d6151baa (diff)
downloadports-e9226df2f50e615859dbf34567d5597e1db23b92.tar.gz
ports-e9226df2f50e615859dbf34567d5597e1db23b92.zip
Notes
Diffstat (limited to 'math/gkmap/Makefile')
-rw-r--r--math/gkmap/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile
new file mode 100644
index 000000000000..52279370bc92
--- /dev/null
+++ b/math/gkmap/Makefile
@@ -0,0 +1,18 @@
+# Created by: Javad Kouhi <javad.kouhi@gmail.com>
+# $FreeBSD$
+
+PORTNAME= gkmap
+PORTVERSION= 0.2
+CATEGORIES= math
+MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/
+
+MAINTAINER= javad.kouhi@gmail.com
+COMMENT= Simplification of Boolean Functions using Karnaugh Map
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+
+USE_GNOME= gtk20 libglade2 libxml2
+
+.include <bsd.port.mk>