PortSystem 1.0

name             diffball
version          1.0.1
categories       devel
maintainers      nomaintainer
license          GPL-2+
description      binary patch utility
long_description \
	A general delta compression/differencing suite for any \
	platform that supports autoconf/automake, written in c, \
	w/ builtin support for reading, writing, converting \
	between multiple file formats, and an easy framework to \
	drop in new algorithms.
homepage         https://code.google.com/archive/p/diffball/
platforms        darwin
master_sites     googlecode
use_bzip2        yes
checksums        rmd160 fce112e8925262220b6b1ccc793e4cebc7e4900b \
                 sha256 f4d0c90ee42a415b5830ba52a9e57764a16535333b3093c0243575a4ffec461c

depends_build    port:pkgconfig
depends_lib      port:bzip2 \
                 port:xz \
                 port:zlib

# not compatible with C99 inline semantics
configure.cflags-append -std=gnu89
