freebsd-ports/sysutils/e2tools/Makefile
Alexey Dokuchaev 154daac90d Depend on `sysutils/e2fsprogs-core' in the remaining three ports
Chase commit 14e733a6bb and depend on the new port origin which
most utilities and libraries now belong to.  This would often go
unnoticed as `sysutils/e2fsprogs-core' would be pulled regardless,
but might cause package build tools to always rebuild consumers.

PR:	268551
2023-01-03 08:26:26 +00:00

20 lines
449 B
Makefile

PORTNAME= e2tools
DISTVERSION= 0.1.0
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= fuz@fuz.su
COMMENT= Utilities to manipulate files in an ext2/ext3 filesystem
WWW= https://e2tools.github.io/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs-core
USES= pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>