3d030e93d4
- Set USE_LIBTOOL to override libtool. Bump PKGREVISION.
19 lines
431 B
Makefile
19 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/11/19 07:52:07 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= cppunit-1.10.2
|
|
PKGREVISION= 3
|
|
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_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|