Files

26 lines
426 B
Makefile
Raw Permalink Normal View History

COMMENT= c++ unit testing framework
2018-12-19 20:20:35 +00:00
DISTNAME= cppunit-1.15.1
2006-06-01 01:36:23 +00:00
2019-12-09 16:10:14 +00:00
SHARED_LIBS += cppunit 4.0 # 1.14.0
2018-12-19 20:20:35 +00:00
CATEGORIES= devel
2019-12-09 16:10:14 +00:00
HOMEPAGE= https://www.freedesktop.org/wiki/Software/cppunit/
2006-06-01 01:36:23 +00:00
2008-10-24 14:49:44 +00:00
# LGPLv2.1
PERMIT_PACKAGE= Yes
2006-06-01 01:36:23 +00:00
2017-07-16 19:18:47 +00:00
WANTLIB= c m ${COMPILER_LIBCXX}
2006-06-01 01:36:23 +00:00
2023-09-21 09:49:47 +00:00
SITES= https://dev-www.libreoffice.org/src/
2018-12-19 20:20:35 +00:00
2019-12-09 16:10:14 +00:00
COMPILER = base-clang ports-gcc
2018-12-19 20:20:35 +00:00
USE_GMAKE= Yes
2008-10-24 14:49:44 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
2006-06-01 01:36:23 +00:00
.include <bsd.port.mk>