diff options
Diffstat (limited to 'archivers/xz/Makefile')
-rw-r--r-- | archivers/xz/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile deleted file mode 100644 index b7c6aa1bb557..000000000000 --- a/archivers/xz/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: lzmautils -# Date created: 2008-04-19 -# Whom: naddy -# -# $FreeBSD$ -# - -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 - -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> |