04c55a2322
compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer. WWW: http://www.nongnu.org/lzip/plzip.html Albert Vernon <f3cun3c02@sneakemail.com> PR: ports/146884 Submitted by: Albert Vernon <f3cun3c02 at sneakemail.com>
25 lines
570 B
Makefile
25 lines
570 B
Makefile
# New ports collection makefile for: plzip
|
|
# Date created: 2010-05-22
|
|
# Whom: Albert Vernon <f3cun3c02@sneakemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= plzip
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAVANNAH/lzip
|
|
|
|
MAINTAINER= f3cun3c02@sneakemail.com
|
|
COMMENT= Is a parallel, lossless data compressor based on the LZMA algorithm
|
|
|
|
BUILD_DEPENDS= lzlib>=1.0:${PORTSDIR}/archivers/lzlib
|
|
|
|
PLIST_FILES= bin/plzip
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
MAN1= plzip.1
|
|
INFO= plzip
|
|
.include <bsd.port.mk>
|