aboutsummaryrefslogtreecommitdiff
path: root/graphics/dify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dify/Makefile')
-rw-r--r--graphics/dify/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile
new file mode 100644
index 000000000000..e78b28c6b2cd
--- /dev/null
+++ b/graphics/dify/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= dify
+DISTVERSION= 0.5.1
+CATEGORIES= graphics
+MASTER_SITES= CRATESIO
+# XXX Teach USES=cargo to have proper default
+DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
+
+MAINTAINER= jbeich@FreeBSD.org
+COMMENT= Fast pixel-by-pixel image comparison tool in Rust
+WWW= https://github.com/jihchi/dify
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= cargo
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>