92b4a6e496
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:25 wiz Exp $
|
|
|
|
DISTNAME= boolstuff-0.1.16
|
|
PKGREVISION= 2
|
|
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_LANGUAGES= c c++
|
|
TOOLS_BROKEN+= perl
|
|
|
|
PKGCONFIG_OVERRIDE+= boolstuff-0.1.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|