mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
f037942a1c
accessible, and assume maintainership. This port can be very useful as PKG_DEPENDS alternative to default packaging method because it is about twice as fast compared to `archivers/pbzip2', another parallel BZIP2 compressor we have in the ports.
31 lines
643 B
Makefile
31 lines
643 B
Makefile
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lbzip2
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://archive.lbzip2.org/ LOCAL/danfe
|
|
|
|
LICENSE= GPLv3
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Multi-threaded bzip2/bunzip2 filter
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/lbunzip2 bin/lbzcat bin/lbzip2 \
|
|
man/man1/lbunzip2.1.gz \
|
|
man/man1/lbzcat.1.gz \
|
|
man/man1/lbzip2.1.gz
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|