aboutsummaryrefslogtreecommitdiff
path: root/misc/tudu/Makefile
blob: 060a4fd3e268d43aa0c543a96675df1318ea1d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: mp39590@gmail.com
# $FreeBSD$

PORTNAME=	tudu
PORTVERSION=	0.10
CATEGORIES=	misc
MASTER_SITES=	http://code.meskio.net/tudu/

MAINTAINER=	mp39590@gmail.com
COMMENT=	Command line program for managing "todo" lists

LICENSE=	GPLv3

USES=		ncurses
GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE\})|\2 -C \1|' \
		${WRKSRC}/Makefile.acr
	@${REINPLACE_CMD} -e '/tudurc/s,SYSCONFDIR),&/tudurc.sample,' \
		${WRKSRC}/data/Makefile.acr

.include <bsd.port.mk>