1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/fusefs-ext4fuse/Makefile
Emanuel Haupt 3fd831fe20 Add a message pointing users at sysutils/fusefs-ext2 which is a more modern
read write implementation supporting ext2, ext3 and ext4.

Don't mark DEPRECATED yet to give users a chance to test the newer less mature
implementation.
2017-10-30 09:55:15 +00:00

32 lines
606 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= ext4fuse
PORTVERSION= 0.1.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Read-only ext4 implementation for FUSE
LICENSE= GPLv2
USES= fuse pkgconfig gmake
USE_GITHUB= yes
GH_ACCOUNT= gerard
# explicitly empty to fix a cross compiling related issue (PR: 165480)
MAKE_ENV+= TARGET_ARCH=
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/ext4fuse
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>