mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
607ab60ce9
for a while - danwin1210.me anonymous email service moved to .de but the username doesn't work there either
24 lines
377 B
Makefile
24 lines
377 B
Makefile
COMMENT = simple and fast file manager
|
|
|
|
GH_ACCOUNT = dylanaraps
|
|
GH_PROJECT = fff
|
|
GH_TAGNAME = 2.2
|
|
REVISION = 0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = converters/libiconv \
|
|
devel/gettext,-runtime \
|
|
devel/xdg-utils \
|
|
shells/bash
|
|
|
|
FAKE_FLAGS = DESTDIR= MANDIR="${DESTDIR}${PREFIX}/man"
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|