freebsd-ports/sysutils/e2tools/Makefile
Robert Clausecker 24bd5a33e5 */*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
2023-02-09 00:24:25 +01:00

19 lines
454 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@FreeBSD.org
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>