1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/clifm/Makefile
Alexey Dokuchaev d74bb33da1 misc/clifm: update CliFM to version 1.18 (Caniche Endormi)
Bump color schemes to the latest GitHub commit while here.

Reported by:	portscout
2024-03-26 09:42:54 +00:00

30 lines
786 B
Makefile

PORTNAME= clifm
PORTVERSION= 1.18
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= 0413430:cfmc
ALL_TARGET= build
MAKE_ENV= LIBS_FreeBSD="-I${LOCALBASE}/include -L${LOCALBASE}/lib \
-lreadline -lintl -lmagic" MANDIR=${PREFIX}/share/man
SHEBANG_FILES= misc/tools/deroff.py misc/tools/manpages_comp_gen.py
post-install:
${INSTALL_DATA} ${WRKSRC_cfmc}/colors/*.clifm \
${STAGEDIR}${DATADIR}/colors
.include <bsd.port.mk>