14 lines
434 B
Makefile
14 lines
434 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2017/05/01 04:16:12 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= cppunit
|
|
|
|
.if !defined(CPPUNIT_BUILDLINK3_MK)
|
|
CPPUNIT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cppunit+= cppunit>=1.10.2
|
|
BUILDLINK_ABI_DEPENDS.cppunit+= cppunit>=1.10.2nb5
|
|
BUILDLINK_PKGSRCDIR.cppunit?= ../../devel/cppunit
|
|
BUILDLINK_CPPFLAGS.cppunit+= -I${BUILDLINK_PREFIX.cppunit}/include/cppunit
|
|
.endif # CPPUNIT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cppunit
|