1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/e2tools/Makefile
Daniel Engberg 88d174890c
sysutils/e2tools: Use upstream distfile
PR:		257577
Approved by:	Robert Clausecker <fuz@fuz.su> (maintainer)
2021-08-04 03:50:48 +08:00

19 lines
411 B
Makefile

PORTNAME= e2tools
DISTVERSION= 0.1.0
PORTREVISION= 1
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
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs
USES= pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>