diff options
Diffstat (limited to 'filesystems/e2tools/Makefile')
-rw-r--r-- | filesystems/e2tools/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/filesystems/e2tools/Makefile b/filesystems/e2tools/Makefile new file mode 100644 index 000000000000..3f32f39fee53 --- /dev/null +++ b/filesystems/e2tools/Makefile @@ -0,0 +1,19 @@ +PORTNAME= e2tools +DISTVERSION= 0.1.2 +CATEGORIES= filesystems 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:filesystems/e2fsprogs-core + +USES= pkgconfig +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |