summaryrefslogtreecommitdiff
path: root/filesystems/acfgfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/acfgfs/Makefile')
-rw-r--r--filesystems/acfgfs/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/filesystems/acfgfs/Makefile b/filesystems/acfgfs/Makefile
new file mode 100644
index 000000000000..6a62ea14b229
--- /dev/null
+++ b/filesystems/acfgfs/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= acfgfs
+DISTVERSION= 0.6.3.4
+CATEGORIES= filesystems sysutils
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= FUSE file system driver for Arcan window managers
+WWW= https://arcan-fe.com/
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
+
+LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan
+
+USES= cmake compiler:c11 fuse:3 pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= letoram
+GH_PROJECT= arcan
+WRKSRC_SUBDIR= src/tools/${PORTNAME}
+PLIST_FILES= bin/arcan_cfgfs \
+ share/man/man1/arcan_cfgfs.1.gz
+
+.include <bsd.port.mk>