freebsd-ports/graphics/dify/Makefile
2023-03-16 12:11:52 +01:00

19 lines
446 B
Makefile

PORTNAME= dify
DISTVERSION= 0.6.0
PORTREVISION= 2
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>