2006-07-19 03:57:42 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: todo
|
|
|
|
# Date created: Jul 13, 2006
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= todo
|
2006-08-14 04:24:27 +02:00
|
|
|
PORTVERSION= 1.7.3
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2006-07-19 03:57:42 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://todotxt.com/library/todo.sh/
|
|
|
|
DISTNAME= todo.sh
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Todo.txt Managers
|
|
|
|
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/todo etc/dot.todo
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh
|
|
|
|
|
|
|
|
do-install:
|
2007-08-04 13:41:30 +02:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo
|
2006-07-19 03:57:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|