1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/deskutils/todo/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

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>