mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1be8c2095a
Disable bracketed paste mode by default to avoid leaving the terminal in a bogus state upon exiting the program. Reported by: portscout
34 lines
869 B
Makefile
34 lines
869 B
Makefile
PORTNAME= clifm
|
|
PORTVERSION= 1.16
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Non-curses, KISS file manager for the terminal
|
|
WWW= https://github.com/leo-arch/clifm/wiki
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= gfind:misc/findutils guniq:sysutils/coreutils
|
|
|
|
USES= desktop-file-utils gettext-runtime python:run \
|
|
readline shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= leo-arch
|
|
GH_PROJECT= ${PORTNAME}-colors:cfmc
|
|
GH_TAGNAME= 175bc94:cfmc
|
|
ALL_TARGET= build
|
|
MAKE_ENV= LIBS_FreeBSD="-I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
|
-lreadline -lintl -lmagic"
|
|
SHEBANG_FILES= misc/tools/deroff.py misc/tools/manpages_comp_gen.py
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^set enable-bracketed-paste/s,on,off,' \
|
|
${WRKSRC}/misc/readline.clifm
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC_cfmc}/colors/*.clifm \
|
|
${STAGEDIR}${DATADIR}/colors
|
|
|
|
.include <bsd.port.mk>
|