summaryrefslogtreecommitdiff
path: root/devel/cppunit/Makefile
blob: 59086639c87e4c3c6beeef05025c1ce2d03a3dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"