summaryrefslogtreecommitdiff
path: root/misc/sff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sff/Makefile')
-rw-r--r--misc/sff/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/sff/Makefile b/misc/sff/Makefile
new file mode 100644
index 000000000000..3cd6cb90a955
--- /dev/null
+++ b/misc/sff/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= sff
+DISTVERSION= 1.1
+PORTREVISION= 1
+CATEGORIES= misc
+MASTER_SITES= https://codeberg.org/sylphenix/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
+
+MAINTAINER= sylphenix@outlook.com
+COMMENT= Simple and fast terminal file manager
+WWW= https://codeberg.org/sylphenix/sff
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= ncurses
+USE_CSTD= c11
+
+MAKE_ARGS= CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ PREFIX="${PREFIX}"
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+.include <bsd.port.mk>