aboutsummaryrefslogtreecommitdiff
path: root/graphics/oxipng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/oxipng/Makefile')
-rw-r--r--graphics/oxipng/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile
new file mode 100644
index 000000000000..2a6dfa8bb77d
--- /dev/null
+++ b/graphics/oxipng/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= oxipng
+DISTVERSION= 6.0.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= Multithreaded PNG optimizer written in Rust
+WWW= https://github.com/shssoichiro/oxipng
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cargo
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>