openbsd-ports/archivers/rzip/Makefile
naddy 9ec6c1184e Import rzip 2.0; submitted by Lawrence Teo <lteo.openbsd1@mailnull.com>.
rzip is a compression program that is similar to gzip and bzip2.
The primary difference is that rzip is able to exploit long
distance redundancies in files, which enables rzip to produce
much better compression ratios (sometimes).
2005-03-30 00:02:08 +00:00

29 lines
596 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/03/30 00:02:08 naddy Exp $
COMMENT= "file compressor with a high compression ratio"
DISTNAME= rzip-2.0
CATEGORIES= archivers
HOMEPAGE= http://rzip.samba.org/
MAINTAINER= Lawrence Teo <lteo.openbsd1@mailnull.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}ftp/rzip/
LIB_DEPENDS= bz2::archivers/bzip2
CONFIGURE_STYLE=gnu dest
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
.include <bsd.port.mk>