freebsd-ports/sysutils/fusefs-ext4fuse/Makefile
Emanuel Haupt bf90a4d737 Switch to USES=execinfo
PR:		205366
Submitted by:	pawel
2015-12-17 07:49:54 +00:00

30 lines
589 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= ext4fuse
PORTVERSION= 0.1.3
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= EXT4 implementation for FUSE
LICENSE= GPLv2
USES= execinfo 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>