Files
sthen 8aecf4bf95 update to zsync-0.6.4
specific gzip support is deprecated and will be removed in a future version
(upstream suggest using gzip --rsyncable, if you have a version of gzip
which supports it; openbsd's doesn't)
2026-05-16 08:02:59 +00:00

24 lines
454 B
Makefile

COMMENT= gzip-aware file mirroring over http
DISTNAME= zsync-0.6.4
EXTRACT_SUFX= .tar.bz2
CATEGORIES= net
HOMEPAGE= http://zsync.moria.org.uk/
# Artistic v2
PERMIT_PACKAGE= Yes
WANTLIB += c m
SITES= ${HOMEPAGE}download/
AUTOCONF_VERSION= 2.72# should be 2.73
CONFIGURE_STYLE= autoconf
# check-zsyncmake fails because the checksum it's looking for was
# calculated with an earlier zsync, which uses different Hash-Lengths
.include <bsd.port.mk>