mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8557588ff8
PR: ports/149697 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
32 lines
676 B
Makefile
32 lines
676 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: todo
|
|
# Date created: Jul 13, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= todo
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://cloud.github.com/downloads/ginatrapani/todo.txt-cli/
|
|
DISTNAME= todo.txt_cli-${PORTVERSION}
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Todo.txt Manager
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/todo etc/todo.cfg
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
|
|
@${INSTALL_DATA} ${WRKSRC}/todo.cfg ${PREFIX}/etc/todo.cfg
|
|
|
|
.include <bsd.port.mk>
|