diff options
author | wulf <wulf@pkgsrc.org> | 2004-09-30 22:29:28 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-09-30 22:29:28 +0000 |
commit | a9f8534b79aa5d3aef1ac08f20deafae1daf3d1a (patch) | |
tree | 04d7fff53681e1064d9fe6b2ea45a8e75e2a79a2 /devel/cppunit/Makefile | |
parent | f1573f9eaf242101bd52169cbe03c449d8f1d19c (diff) | |
download | pkgsrc-a9f8534b79aa5d3aef1ac08f20deafae1daf3d1a.tar.gz |
Added cppunit-1.10.2: CppUnit is a C++ unit testing framework
Diffstat (limited to 'devel/cppunit/Makefile')
-rw-r--r-- | devel/cppunit/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile new file mode 100644 index 00000000000..59086639c87 --- /dev/null +++ b/devel/cppunit/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 22:29:31 wulf Exp $ +# + +DISTNAME= cppunit-1.10.2 +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 + +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |