freebsd-ports/deskutils/timewarrior/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
392 B
Makefile

PORTNAME= timewarrior
PORTVERSION= 1.4.2
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= swills@FreeBSD.org
COMMENT= Track time from the command line
LICENSE= MIT
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= GothenburgBitFactory
GH_TUPLE= GothenburgBitFactory:libshared:b8b5796:libshared/src/libshared
CMAKE_ARGS+= -DTIMEW_DOCDIR=${DOCSDIR}
.include <bsd.port.mk>