freebsd-ports/misc/tudu/Makefile
2017-08-19 08:40:26 +00:00

23 lines
498 B
Makefile

# Created by: mp39590@gmail.com
# $FreeBSD$
PORTNAME= tudu
PORTVERSION= 0.10.2
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>