freebsd-ports/archivers/lzmautils-devel/Makefile
Christian Weisgerber a3a71e00ee 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>.
2008-06-20 16:22:18 +00:00

34 lines
681 B
Makefile

# 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>