pkgsrc/devel/cppunit/Makefile
2008-03-15 13:41:42 +00:00

22 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/03/15 13:41:42 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
PKG_DESTDIR_SUPPORT= user-destdir
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"