mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
30 lines
631 B
Makefile
30 lines
631 B
Makefile
# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
|
|
|
|
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>
|