aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ext4fuse/Makefile
blob: 6a44f420b817127fccf8f27b4c942cbe82d47643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	fusefs-ext4fuse
# Date created:				12 Nov 2011
# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ext4fuse
PORTVERSION=	20120803
CATEGORIES=	sysutils
MASTER_SITES=	CRITICAL
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	EXT4 implementation for FUSE

LICENSE=	GPLv2

LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo

USE_FUSE=	yes
USE_GMAKE=	yes
USE_PKGCONFIG=	build

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>