mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
11126a6604
"todo" lists. PR: 198722
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# 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>
|