mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
24 lines
411 B
Makefile
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
|
|
|