mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
30 lines
495 B
Makefile
30 lines
495 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= catch
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.13.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Header-only test framework for C++
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= compiler:c++14-lang cmake pathfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= catchorg
|
|
GH_PROJECT= Catch2
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-test:
|
|
${BUILD_WRKSRC}/projects/SelfTest
|
|
|
|
.include <bsd.port.mk>
|