freebsd-ports/deskutils/taskwarrior/Makefile
Pietro Cerutti b92703309c - Update to 2.2.0
Release notes: http://taskwarrior.org/news/167
- Note that support for LUA extensions has been removed

Feature safe:	yes
2013-04-17 08:24:26 +00:00

23 lines
573 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= taskwarrior
PORTVERSION= 2.2.0
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
DISTNAME= task-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= A framework for supercharged task and contact management
WRKSRC= ${WRKDIR}/task-${PORTVERSION}
USES= cmake:outsource
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
-DTASK_MAN1DIR:STRING=man/man1 \
-DTASK_MAN5DIR:STRING=man/man5
MAN1= task.1
MAN5= taskrc.5 task-faq.5 task-color.5 task-sync.5 task-tutorial.5
.include <bsd.port.mk>