mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
8aecf4bf95
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)
24 lines
454 B
Makefile
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>
|