This is a temporary measure to facilitate entering the new world
order where manual pages are installed under ${PREFIX}/share/man.
30 lines
666 B
Makefile
30 lines
666 B
Makefile
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
|
|
WWW= https://lbzip2.org/
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/lbunzip2 bin/lbzcat bin/lbzip2 \
|
|
share/man/man1/lbunzip2.1.gz \
|
|
share/man/man1/lbzcat.1.gz \
|
|
share/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>
|