summaryrefslogtreecommitdiff
path: root/archivers/lzmautils-devel/Makefile
blob: de1788ddfba866e7304e0d53d66b62d693dc26d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	lzmautils
# Date created:		2008-04-19
# Whom:			naddy
#
# $FreeBSD$
#

PORTNAME=	lzmautils
PORTVERSION=	4.32.6
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

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

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

.include <bsd.port.mk>