pkgsrc/devel/unittest-cpp/Makefile
wiz 01cf7c011c devel/unittest-cpp: import unittest-cpp-2.0.0
Packaged for wip by leo@

UnitTest++ is a lightweight unit testing framework for C++. It was
designed to do test-driven development on a wide variety of platforms.
Simplicity, portability, speed, and small footprint are all very
important aspects of UnitTest++. UnitTest++ is mostly standard C++
and makes minimal use of advanced library and language features,
which means it should be easily portable to just about any platform.
2019-06-23 09:40:54 +00:00

22 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/06/23 09:40:54 wiz Exp $
DISTNAME= unittest-cpp-2.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=unittest-cpp/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/unittest-cpp/unittest-cpp/
COMMENT= Lightweight unit testing framework for C++
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= UnitTest++.pc.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"