aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/texindex/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-25 10:35:39 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-25 10:35:39 +0000
commit23300421c7e2e1e499429fbf047abfd2f905e453 (patch)
treeed2efdb34e5446e7efcea289b9923c77a5adca10 /gnu/usr.bin/texinfo/texindex/Makefile
parent07ce2a90b3322aefb67d7185f61a7d4f00036411 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo/texindex/Makefile')
-rw-r--r--gnu/usr.bin/texinfo/texindex/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/texinfo/texindex/Makefile b/gnu/usr.bin/texinfo/texindex/Makefile
new file mode 100644
index 000000000000..4f583e6749d1
--- /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