mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
27 lines
625 B
Makefile
27 lines
625 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD: head/sysutils/fusefs-ext4fuse/Makefile 403895 2015-12-17 07:49:54Z ehaupt $
|
|
|
|
PORTNAME= ext4fuse
|
|
PORTVERSION= 0.1.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= EXT4 implementation for FUSE
|
|
|
|
USES= 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>
|
|
#EOF
|