summaryrefslogtreecommitdiff
path: root/devel/cppunit/Makefile
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2004-09-30 22:29:28 +0000
committerwulf <wulf@pkgsrc.org>2004-09-30 22:29:28 +0000
commitadb47c9bab694d6abd78fe77fcc2e34cd974f298 (patch)
tree04d7fff53681e1064d9fe6b2ea45a8e75e2a79a2 /devel/cppunit/Makefile
parent03dba4bc70c5705d1fdf091316d3a2b0c3de90b8 (diff)
downloadpkgsrc-adb47c9bab694d6abd78fe77fcc2e34cd974f298.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/Makefile15
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"