Bring back texindex from the dead. Some ports use it to format their docs.
This commit is contained in:
parent
0a11b67bf0
commit
5a5660b1f6
@ -2,6 +2,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR= libtxi libintl makeinfo info install-info doc
|
||||
SUBDIR= libtxi libintl makeinfo info install-info texindex doc
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
14
gnu/usr.bin/texinfo/texindex/Makefile
Normal file
14
gnu/usr.bin/texinfo/texindex/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= texindex
|
||||
NOMAN= noman
|
||||
|
||||
CFLAGS+= -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"
|
||||
CFLAGS+= -I${TXIDIR} -I${TXIDIR}/lib -I../libintl
|
||||
|
||||
DPADD= ${LIBTXI} ${LIBINTL} -lz
|
||||
LDADD= ${LIBTXI} ${LIBINTL} -lz
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${TXIDIR}/util
|
Loading…
Reference in New Issue
Block a user