openbsd-ports/devel/cppunit/Makefile
jasper 80882b7731 - update cppunit to 1.12.1
- specify license version
- tweak DESCR

tested in a bulk build by me
2008-10-24 14:49:44 +00:00

25 lines
539 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/10/24 14:49:44 jasper 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
WANTLIB= c m stdc++
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-doxygen
.include <bsd.port.mk>