opnsense-ports/misc/tudu/Makefile
2022-09-07 22:33:21 +02:00

21 lines
489 B
Makefile

PORTNAME= tudu
PORTVERSION= 0.10.3
CATEGORIES= misc
MASTER_SITES= http://code.meskio.net/tudu/
MAINTAINER= mp39590@gmail.com
COMMENT= Command line program for managing "todo" lists
WWW= https://code.meskio.net/tudu/
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>