Build/install bzip2 documentation (info page).

This commit is contained in:
Maxim Sobolev 2001-07-12 14:44:17 +00:00
parent 63914212f0
commit 2d68ab234d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79635
2 changed files with 16 additions and 0 deletions

View File

@ -9,6 +9,8 @@ PROG= bzip2
MAN= bzip2.1
CFLAGS+= -D_FILE_OFFSET_BITS=64
SUBDIR+= doc
DPADD= ${LIBBZ2}
LDADD= -lbz2

View File

@ -0,0 +1,14 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/bzip2
INFO= bzip2
INFOSECTION= "Programming & development tools."
MAKEINFOFLAGS= --no-validate
CLEANFILES+= bzip2.texi
bzip2.texi: manual.texi
ln -sf ${.ALLSRC} ${.TARGET}
.include <bsd.info.mk>