bket 23edaa3b4f Update to cppunit-1.14.0.
Overview on changes can be found at
https://cgit.freedesktop.org/libreoffice/cppunit/tree/NEWS.

Most of the work has been done by giovanni@. Additional input from
sthen@ and me.

Major of SHARED_LIBS has been bumped as symbols have been removed.
Updated HOMEPAGE and MASTER_SITES.

OK sthen@
2019-12-09 16:10:14 +00:00

28 lines
492 B
Makefile

# $OpenBSD: Makefile,v 1.21 2019/12/09 16:10:14 bket Exp $
COMMENT= c++ unit testing framework
DISTNAME= cppunit-1.14.0
SHARED_LIBS += cppunit 4.0 # 1.14.0
CATEGORIES= devel
HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit/
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB= c m ${COMPILER_LIBCXX}
MASTER_SITES= https://dev-www.libreoffice.org/src/
COMPILER = base-clang ports-gcc
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
.include <bsd.port.mk>