From adb47c9bab694d6abd78fe77fcc2e34cd974f298 Mon Sep 17 00:00:00 2001 From: wulf Date: Thu, 30 Sep 2004 22:29:28 +0000 Subject: Added cppunit-1.10.2: CppUnit is a C++ unit testing framework --- devel/cppunit/buildlink3.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/cppunit/buildlink3.mk (limited to 'devel/cppunit/buildlink3.mk') diff --git a/devel/cppunit/buildlink3.mk b/devel/cppunit/buildlink3.mk new file mode 100644 index 00000000000..9f15172e10a --- /dev/null +++ b/devel/cppunit/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/30 22:29:31 wulf Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +CPPUNIT_BUILDLINK3_MK:= ${CPPUNIT_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= cppunit +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncppunit} +BUILDLINK_PACKAGES+= cppunit + +.if !empty(CPPUNIT_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.cppunit+= cppunit>=1.10.2 +BUILDLINK_PKGSRCDIR.cppunit?= ../../devel/cppunit +BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit +.endif # CPPUNIT_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} -- cgit v1.2.3