freebsd-ports/sysutils/fusefs-ext4fuse/Makefile
Emanuel Haupt df8763c443 Explicitly empty TARGET_ARCH to prevent build problems when cross compiling.
PR:		151224
Submitted by:	Olivier Cochard-Labbé <olivier@cochard.me>
2012-02-27 09:38:57 +00:00

38 lines
861 B
Makefile

# New ports collection makefile for: fusefs-ext4fuse
# Date created: 12 Nov 2011
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ext4fuse
PORTVERSION= 20111112
CATEGORIES= sysutils
MASTER_SITES= CRITICAL
PKGNAMEPREFIX= fusefs-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= EXT4 implementation for FUSE
LICENSE= GPLv2
BUILD_DEPENDS= fusefs-libs>=2.7.2:${PORTSDIR}/sysutils/fusefs-libs
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
execinfo.1:${PORTSDIR}/devel/libexecinfo
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
# 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} ${PREFIX}/bin
.include <bsd.port.mk>