openbsd-ports/devel/cppunit/Makefile
2013-03-11 10:50:00 +00:00

23 lines
477 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/11 10:50:02 espie Exp $
COMMENT= c++ unit testing framework
DISTNAME= cppunit-1.12.1
SHARED_LIBS += cppunit 3.0 # .1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/}
HOMEPAGE= http://cppunit.sourceforge.net/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
WANTLIB= c m stdc++
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
.include <bsd.port.mk>