blob: f36bbbfb4da1abb5e2051a7dbd0cfd3d17a32d0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.31 2021/03/19 10:52:23 nia Exp $
DISTNAME= cppunit-1.15.1
CATEGORIES= devel
MASTER_SITES= http://dev-www.libreoffice.org/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit
COMMENT= C++ unit testing framework
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
# configure: error: *** A compiler with support for C++11 language features is required.
GCC_REQD+= 4.8
CONFIGURE_ARGS+= --disable-werror
PKGCONFIG_OVERRIDE= cppunit.pc.in
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
|