Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

19
math/boolstuff/Makefile Normal file
View File

@@ -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"