summaryrefslogtreecommitdiff
path: root/filesystems/ntfs-compression/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/ntfs-compression/Makefile')
-rw-r--r--filesystems/ntfs-compression/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/filesystems/ntfs-compression/Makefile b/filesystems/ntfs-compression/Makefile
new file mode 100644
index 000000000000..5932750c15e0
--- /dev/null
+++ b/filesystems/ntfs-compression/Makefile
@@ -0,0 +1,26 @@
+PORTNAME= ntfs-compression
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= filesystems
+PKGNAMEPREFIX= fusefs-
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= NTFS-3G plugin for reading XPRESS or LZX compressed files
+WWW= https://github.com/ebiggers/ntfs-3g-system-compression
+
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs
+
+USES= autoreconf libtool pkgconfig
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+USE_GITHUB= yes
+GH_ACCOUNT= ebiggers
+GH_PROJECT= ntfs-3g-system-compression
+
+PLIST_FILES= lib/ntfs-3g/ntfs-plugin-80000017.so
+
+.include <bsd.port.mk>