pkgsrc/devel/cppunit/Makefile

20 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.11 2007/01/20 14:29:04 joerg Exp $
#
DISTNAME= cppunit-1.10.2
PKGREVISION= 7
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.5.1nb1:../../devel/doxygen
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"