1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/archivers/lbzip2/Makefile
Alexey Dokuchaev 06cda4a9f9 - Update `archivers/lbzip2' to version 2.5, switch
to the `.tar.bz2' distfile (USES=tar:bzip2)
- Update MASTER_SITES and add LICENSE (GPLv3)
- The build system is GNU autotools-based since 2.x
- Install more complete set of documentation files
- Drop no longer needed WRKSRC, the patch file, and
  `do-install' target
- Get rid of the .for loop when installing files on
  the PORTDOCS list
2018-06-13 09:49:24 +00:00

31 lines
631 B
Makefile

# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
# $FreeBSD$
PORTNAME= lbzip2
PORTVERSION= 2.5
CATEGORIES= archivers
MASTER_SITES= http://archive.lbzip2.org/
LICENSE= GPLv3
MAINTAINER= ports@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>