openbsd-ports/devel/cppunit/Makefile

22 lines
463 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:14 ajacoutot 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
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
WANTLIB= c m stdc++
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
.include <bsd.port.mk>