b738c01a80
able to take advantage from long distance redundancies in files, which can sometimes allow rzip to produce much better compression ratios than other programs. WWW: http://rzip.samba.org/
21 lines
395 B
Makefile
21 lines
395 B
Makefile
# New ports collection makefile for: rzip
|
|
# Date created: 9 April 2004
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rzip
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://rzip.samba.org/ftp/rzip/
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Compression program similar to gzip or bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= rzip.1
|
|
PLIST_FILES= bin/rzip
|
|
|
|
.include <bsd.port.mk>
|