mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
42542fb076
fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
34 lines
661 B
Makefile
34 lines
661 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: todo
|
|
# Date created: Jul 13, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= todo
|
|
PORTVERSION= 1.7.3
|
|
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:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo
|
|
@${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo
|
|
|
|
.include <bsd.port.mk>
|