Files
bsdports/libre/libcppunit/Makefile
2019-12-26 07:26:06 +00:00

24 lines
411 B
Makefile

#
# $Id$
#
PORTNAME= cppunit
PORTVERSION= 1.13.2
CATEGORIES= devel
PKGNAMEPREFIX= lib
MASTER_SITES= http://dev-www.libreoffice.org/src/
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= C++ port of the JUnit framework for unit testing
GNU_CONFIGURE= yes
USES+= gmake
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+= --disable-doc --disable-doxygen --disable-html-docs
.include <bsd.port.mk>
#EOF