585534220c
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/05/22 20:07:50 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= cppunit-1.10.2
|
|
PKGREVISION= 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
|
|
|
|
BUILD_DEPENDS+= doxygen>=1.3.6:../../devel/doxygen
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|