openbsd-ports/sysutils/xdelta/Makefile
stsp f1a04f8b7f Enable LZMA as a secondary compression algorithm in sysutils/xdelta.
liblzma could already have been picked up as a hidden dependency.
Make this dependency explicit and enable the feature.

Get rid of a commented CONFIGURE_STYLE while here, by Kurt's request.

ok kmos@
2022-07-25 08:23:26 +00:00

37 lines
630 B
Makefile

COMMENT = tool for RFC3284 delta compression
GH_ACCOUNT = jmacd
GH_PROJECT = xdelta
GH_TAGNAME = v3.0.11
REVISION = 0
CATEGORIES = sysutils devel
HOMEPAGE = http://xdelta.org
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# Has old version bundled in xdelta1 directory alongside xdelta3
WRKSRC = ${WRKDIST}/xdelta3
# APL 2.0
PERMIT_PACKAGE = Yes
# C++ is only for disabled regression test suite
WANTLIB = c lzma m pthread
LIB_DEPENDS = archivers/xz
CONFIGURE_STYLE = autoreconf
CONFIGURE_ARGS = --with-liblzma=yes
AUTOCONF_VERSION = 2.69
AUTOMAKE_VERSION = 1.15
USE_GMAKE = Yes
.include <bsd.port.mk>