blob: 00ba11717a1923dd1270a4fc65818222216ae3d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= clifm
PORTVERSION= 1.7
DISTVERSIONPREFIX= v
CATEGORIES= misc
MAINTAINER= danfe@FreeBSD.org
COMMENT= Non-curses, KISS file manager for the terminal
WWW= https://github.com/leo-arch/clifm
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= b0e2dea: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>
|