cf118ccf87
Reported by: lwhsu
22 lines
381 B
Makefile
22 lines
381 B
Makefile
PORTNAME= fff
|
|
DISTVERSION= 2.2
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Simple file manager written in Bash
|
|
|
|
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>
|