aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/xz/Makefile
blob: ee3d6a0149f5e972705c71ff24f9efaef37bc285 (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

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

.include <bsd.port.mk>