opnsense-ports/deskutils/fff/Makefile
2022-09-07 22:33:21 +02:00

23 lines
421 B
Makefile

PORTNAME= fff
DISTVERSION= 2.2
CATEGORIES= deskutils
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Simple file manager written in Bash
WWW= https://github.com/dylanaraps/fff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= bash:shells/bash
USES= shebangfix
SHEBANG_FILES= fff
USE_GITHUB= yes
GH_ACCOUNT= dylanaraps
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/fff share/man/man1/fff.1.gz
.include <bsd.port.mk>