summaryrefslogtreecommitdiff
path: root/math/boolstuff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/boolstuff/Makefile')
-rw-r--r--math/boolstuff/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/boolstuff/Makefile b/math/boolstuff/Makefile
new file mode 100644
index 00000000000..ec68c50ead7
--- /dev/null
+++ b/math/boolstuff/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/07/28 23:56:40 kamil Exp $
+
+DISTNAME= boolstuff-0.1.16
+CATEGORIES= math
+MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html
+COMMENT= Disjunctive Normal Form boolean expression C++ library
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= boolstuff-0.1.pc.in
+
+.include "../../mk/bsd.pkg.mk"