head	1.6;
access;
symbols
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.6
date	2009.09.21.19.07.37;	author naddy;	state dead;
branches;
next	1.5;

1.5
date	2009.03.25.16.24.14;	author naddy;	state Exp;
branches;
next	1.4;

1.4
date	2008.08.21.19.46.55;	author naddy;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.20.16.22.18;	author naddy;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.23.21.39.48;	author naddy;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.21.15.53.28;	author naddy;	state Exp;
branches;
next	;


desc
@@


1.6
log
@LZMA Utils have been replaced by XZ Utils (archivers/xz)

Feature safe:	yes
@
text
@# New ports collection makefile for:	lzmautils
# Date created:		2008-04-19
# Whom:			naddy
#
# $FreeBSD: ports/archivers/lzmautils/Makefile,v 1.5 2009/03/25 16:24:14 naddy Exp $
#

PORTNAME=	lzmautils
PORTVERSION=	4.32.7
CATEGORIES=	archivers
MASTER_SITES=	http://tukaani.org/lzma/
DISTNAME=	lzma-${PORTVERSION}

MAINTAINER=	naddy@@FreeBSD.org
COMMENT=	LZMA compression and decompression tools

CONFLICTS=	lzma-[0-9]*

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

MAN1=		lzdiff.1 lzgrep.1 lzma.1 lzmadec.1 lzmainfo.1 lzmore.1

MLINKS=		lzma.1 unlzma.1 \
		lzma.1 lzcat.1 \
		lzdiff.1 lzcmp.1 \
		lzgrep.1 lzegrep.1 \
		lzgrep.1 lzfgrep.1 \
		lzmore.1 lzless.1

regression-test: build
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check

.include <bsd.port.mk>
@


1.5
log
@Mark MAKE_JOBS_SAFE for parallel building.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Update to 4.32.7, which has minor bug fixes.
@
text
@d21 1
@


1.3
log
@Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.

Suggested by Pedro <pfgshield-freebsd@@yahoo.com>.
@
text
@d9 1
a9 1
PORTVERSION=	4.32.6
@


1.2
log
@Update to 4.32.6: Minor fixes and improvements, no user-visible changes.
@
text
@d31 1
a31 1
test: build
@


1.1
log
@Import lzma 4.32.5.

LZMA Utils is an attempt to provide LZMA compression to POSIX-like
systems. The idea is to have a gzip-like command line tool and
zlib-like library, which would make it easy to adapt the new
compression technology to existing applications.

WWW: http://tukaani.org/lzma/
@
text
@d9 1
a9 1
PORTVERSION=	4.32.5
d31 3
@

