aboutsummaryrefslogtreecommitdiff
path: root/deskutils/timewarrior/Makefile
blob: 70e79f5d6925eaa9bdde67ed034365731af41be6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	timewarrior
PORTVERSION=	1.7.1
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	deskutils

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Track time from the command line
WWW=		https://timewarrior.net/

LICENSE=	MIT

BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor

USES=		cmake:insource compiler:c++11-lang

USE_GITHUB=	yes
GH_ACCOUNT=	GothenburgBitFactory
GH_TUPLE=	GothenburgBitFactory:libshared:47c3262:libshared/src/libshared

CMAKE_ARGS+=	-DTIMEW_DOCDIR=${DOCSDIR}

post-install:
	@${RM} -r ${STAGEDIR}${PREFIX}/share/man/man1/CMakeFiles ${STAGEDIR}${PREFIX}/share/man/man7/CMakeFiles

.include <bsd.port.mk>