1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2023-02-05 02:48:44 +00:00

31 lines
699 B
Makefile

PORTNAME= clifm
PORTVERSION= 1.10
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= b07f638:cfmc
ALL_TARGET= build
SHEBANG_FILES= misc/tools/manpages_comp_gen.py
post-install:
${INSTALL_DATA} ${WRKSRC_cfmc}/colors/*.clifm \
${STAGEDIR}${DATADIR}/colors
post-stage:
@${RM} ${STAGEDIR}${DATADIR}/plugins/*.orig
.include <bsd.port.mk>