aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2tools/Makefile
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2021-08-02 13:21:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-02 20:57:44 +0000
commit73dcbdb9f040a873f83f8fadf575c998ac1988b9 (patch)
tree7e72413732fbd04ad399cd91455ebd0f66982882 /sysutils/e2tools/Makefile
parent89d4a86d37878b65eac4e61ca22afea0a3417fa4 (diff)
downloadports-73dcbdb9f040a873f83f8fadf575c998ac1988b9.tar.gz
ports-73dcbdb9f040a873f83f8fadf575c998ac1988b9.zip
sysutils/e2tools: Utilities to manipulate files in an ext2/ext3 filesystem
PR: 257561
Diffstat (limited to 'sysutils/e2tools/Makefile')
-rw-r--r--sysutils/e2tools/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/e2tools/Makefile b/sysutils/e2tools/Makefile
new file mode 100644
index 000000000000..5e783fd2452e
--- /dev/null
+++ b/sysutils/e2tools/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= e2tools
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1.0
+CATEGORIES= sysutils
+
+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= autoreconf pkgconfig
+USE_GITHUB= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>