Update deskutils/korganizer to version 22.08.1_1
[dports.git] / deskutils / fff / Makefile
1 PORTNAME=       fff
2 DISTVERSION=    2.2
3 CATEGORIES=     deskutils
4
5 MAINTAINER=     0mp@FreeBSD.org
6 COMMENT=        Simple file manager written in Bash
7 WWW=            https://github.com/dylanaraps/fff
8
9 LICENSE=        MIT
10 LICENSE_FILE=   ${WRKSRC}/LICENSE.md
11
12 RUN_DEPENDS=    bash:shells/bash
13
14 USES=           shebangfix
15 SHEBANG_FILES=  fff
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     dylanaraps
18
19 NO_ARCH=        yes
20 NO_BUILD=       yes
21 PLIST_FILES=    bin/fff share/man/man1/fff.1.gz
22
23 .include <bsd.port.mk>