2013-04-17 08:24:26 +00:00
|
|
|
# Created by: gahr
|
2009-06-15 18:17:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= taskwarrior
|
2014-01-16 09:07:09 +00:00
|
|
|
PORTVERSION= 2.3.0
|
2009-06-15 18:17:42 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://taskwarrior.org/download/
|
2013-04-17 08:24:26 +00:00
|
|
|
DISTNAME= task-${PORTVERSION}
|
2009-06-15 18:17:42 +00:00
|
|
|
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2014-01-16 09:07:09 +00:00
|
|
|
COMMENT= Feature-rich command-line todo list manager
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
2009-06-15 18:17:42 +00:00
|
|
|
|
2013-04-17 08:24:26 +00:00
|
|
|
WRKSRC= ${WRKDIR}/task-${PORTVERSION}
|
2011-05-27 06:58:23 +00:00
|
|
|
|
2014-01-08 10:11:55 +00:00
|
|
|
USES= cmake:outsource shebangfix
|
|
|
|
SHEBANG_FILES= scripts/*/*.pl \
|
|
|
|
scripts/*/*.rb \
|
|
|
|
scripts/*/*.py \
|
|
|
|
doc/rc/refresh
|
2011-03-09 09:05:40 +00:00
|
|
|
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
|
|
|
|
-DTASK_MAN1DIR:STRING=man/man1 \
|
|
|
|
-DTASK_MAN5DIR:STRING=man/man5
|
2009-06-15 18:17:42 +00:00
|
|
|
|
2011-03-09 09:05:40 +00:00
|
|
|
.include <bsd.port.mk>
|