summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-10-25 10:35:39 +0000
committertg <tg@FreeBSD.org>1999-10-25 10:35:39 +0000
commitd5152f15d2a743dbb95b4beffaec12fe2884a07e (patch)
treeed2efdb34e5446e7efcea289b9923c77a5adca10 /gnu/usr.bin/texinfo
parent5b5ad21e78e5ae7d13a17451861e0b3742bba637 (diff)
downloadFreeBSD-src-d5152f15d2a743dbb95b4beffaec12fe2884a07e.zip
FreeBSD-src-d5152f15d2a743dbb95b4beffaec12fe2884a07e.tar.gz
Bring back texindex from the dead. Some ports use it to format their docs.
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r--gnu/usr.bin/texinfo/Makefile2
-rw-r--r--gnu/usr.bin/texinfo/texindex/Makefile14
2 files changed, 15 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile b/gnu/usr.bin/texinfo/Makefile
index 2f1a1dc..dac6f56 100644
--- a/gnu/usr.bin/texinfo/Makefile
+++ b/gnu/usr.bin/texinfo/Makefile
@@ -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>
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile
new file mode 100644
index 0000000..4f583e6
--- /dev/null
+++ b/gnu/usr.bin/texinfo/texindex/Makefile
@@ -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
OpenPOWER on IntegriCloud