2015-05-22 11:31:10 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2015/05/22 11:31:12 ajacoutot Exp $
|
2013-12-24 20:41:49 +00:00
|
|
|
|
|
|
|
COMMENT = unit testing framework
|
|
|
|
|
|
|
|
DISTNAME = cpptest-1.1.2
|
2015-05-22 11:31:10 +00:00
|
|
|
REVISION = 0
|
2013-12-24 20:41:49 +00:00
|
|
|
|
|
|
|
SHARED_LIBS += cpptest 0.0 # 0.7
|
|
|
|
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = http://cpptest.sourceforge.net/
|
|
|
|
|
|
|
|
# LGPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
WANTLIB += m stdc++
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cpptest/}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
do-test:
|
|
|
|
${WRKSRC}/test/mytest
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|