HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/fusefs-ext2/Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	fusefs-ext2
PORTVERSION=	0.0.10
DISTVERSIONPREFIX=	v
PORTREVISION=	2
CATEGORIES=	sysutils

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	FUSE module to mount ext2, ext3 and ext4 with read write support

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	mke2fs:sysutils/e2fsprogs
RUN_DEPENDS=	mke2fs:sysutils/e2fsprogs

USES=		autoreconf libtool fuse pkgconfig localbase:ldflags
USE_GITHUB=	yes

GH_PROJECT=	fuse-ext2
GH_ACCOUNT=	alperakcan
GH_TAGNAME=	ea7bacf

GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${PREFIX}/include/e2fsprogs
LDFLAGS+=	-L${PREFIX}/lib/e2fsprogs -Wl,--rpath -Wl,${PREFIX}/lib/e2fsprogs

PLIST_FILES=	bin/fuse-ext2 bin/fuse-ext2.probe \
		man/man1/fuse-ext2.1.gz \
		libdata/pkgconfig/fuse-ext2.pc

.include <bsd.port.mk>