pkgsrc/math/boolstuff/Makefile
2021-05-24 19:49:01 +00:00

21 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/05/24 19:52:55 wiz Exp $
DISTNAME= boolstuff-0.1.16
PKGREVISION= 1
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++
TOOLS_BROKEN+= perl
PKGCONFIG_OVERRIDE+= boolstuff-0.1.pc.in
.include "../../mk/bsd.pkg.mk"