summaryrefslogtreecommitdiff
path: root/filesystems/zerofs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/zerofs/Makefile')
-rw-r--r--filesystems/zerofs/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/filesystems/zerofs/Makefile b/filesystems/zerofs/Makefile
index e577719bff00..33d72d1fdc14 100644
--- a/filesystems/zerofs/Makefile
+++ b/filesystems/zerofs/Makefile
@@ -1,26 +1,26 @@
PORTNAME= zerofs
DISTVERSIONPREFIX= v
-DISTVERSION= 0.10.5
-PORTREVISION= 1
+DISTVERSION= 0.15.2
CATEGORIES= filesystems sysutils
-MAINTAINER= stephan@lichtenauer.co.za
+MAINTAINER= stephan@lichtenauer.co.za
COMMENT= ZeroFS is 9P/NFS/NBD on top of S3
WWW= https://github.com/Barre/ZeroFS
LICENSE= AGPLv3
-LICENSE_FILE= ${WRKDIR}/ZeroFS-${DISTVERSION}/LICENSE
+LICENSE_FILE= ${WRKSRC:H}/LICENSE
-USES= cargo gmake
+NOT_FOR_ARCHS= armv6 armv7 i386 powerpc
+NOT_FOR_ARCHS_REASON= 32-bit compilation is not supported
-WRKSRC= ${WRKDIR}/ZeroFS-${DISTVERSION}/zerofs
+USES= cargo gmake
USE_GITHUB= yes
GH_ACCOUNT= Barre
GH_PROJECT= ZeroFS
-PLIST_FILES= bin/zerofs
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/target/release/zerofs ${STAGEDIR}${PREFIX}/bin/zerofs
+WRKSRC_SUBDIR= zerofs
+
+PLIST_FILES= bin/zerofs
.include <bsd.port.mk>