From 50426bd6d31ae0f088d3dc0d088ed348ae87494c Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Sun, 8 Jan 2023 01:22:18 +1100 Subject: [PATCH] New port: maxcso 1.13.0 --- .gitignore | 1 + archivers/maxcso/Portfile | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .gitignore create mode 100644 archivers/maxcso/Portfile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/archivers/maxcso/Portfile b/archivers/maxcso/Portfile new file mode 100644 index 0000000..a8f68a8 --- /dev/null +++ b/archivers/maxcso/Portfile @@ -0,0 +1,34 @@ +PortSystem 1.0 +PortGroup github 1.0 +#PortGroup makefile 1.0 + +github.setup unknownbrackets maxcso 1.13.0 v +github.tarball_from archive +revision 0 +license ISC +description Fast CSO compression/decompression tool + +categories archivers emulators +platforms darwin + +checksums rmd160 eb50be72ff59cb953c2e67ce1cbf9f3dffe1a382 \ + sha256 af9c05add1a1d199ec184d3471081af1b91d591b2473800ea989c882fb632730 \ + size 3734868 + +depends_lib port:libuv \ + port:lz4 \ + port:zlib + + +# Ensure bundled libdeflate is included first so the +# MacPorts port:libdeflate doesn't break the build +#build.args +use_configure no + +build.env CFLAGS=${configure.cflags} \ + CXXFLAGS=${configure.cxxflags} + +destroot.env PREFIX=${prefix} \ + DESTDIR=${destroot} + +#makefile.override CC CXX PREFIX