25 lines
617 B
Makefile
25 lines
617 B
Makefile
# $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"
|