pkgsrc/devel/cppunit/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

20 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= cppunit-1.10.2
PKGREVISION= 6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/}
MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://cppunit.sourceforge.net/
COMMENT= CppUnit is a C++ unit testing framework
BUILD_DEPENDS+= doxygen>=1.4.7:../../devel/doxygen
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"