mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build/install bzip2 documentation (info page).
This commit is contained in:
parent
63914212f0
commit
2d68ab234d
2 changed files with 16 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ PROG= bzip2
|
|||
MAN= bzip2.1
|
||||
CFLAGS+= -D_FILE_OFFSET_BITS=64
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
DPADD= ${LIBBZ2}
|
||||
LDADD= -lbz2
|
||||
|
||||
|
|
|
|||
14
usr.bin/bzip2/doc/Makefile
Normal file
14
usr.bin/bzip2/doc/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue