freebsd-ports/sysutils/fusefs-ext2/Makefile
Guido Falsi 3912e8caff sysutils/fusefs-ext2: Adjust dependencies after 14e733a6bb
After commit 14e733a6bb to sysutils/e2fsprogs, poudriere always
rebuilds sysutils/fusefs-ext2.

Adjust dependency to sysutils/e2fsprogs-core which contains the actual
files needed.

PR:		265289
2022-12-24 16:02:51 +01:00

35 lines
822 B
Makefile

PORTNAME= fusefs-ext2
PORTVERSION= 0.0.10
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support
WWW= https://github.com/alperakcan/fuse-ext2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs-core
RUN_DEPENDS= mke2fs:sysutils/e2fsprogs-core
USES= autoreconf fuse libtool localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= alperakcan
GH_PROJECT= fuse-ext2
GH_TAGNAME= ea7bacf
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
-Wl,${LOCALBASE}/lib/e2fsprogs
PLIST_FILES= bin/fuse-ext2 \
bin/fuse-ext2.probe \
libdata/pkgconfig/fuse-ext2.pc \
man/man1/fuse-ext2.1.gz
.include <bsd.port.mk>