diff --git a/app-text/texi2html/texi2html-1.82.bep b/app-text/texi2html/texi2html-1.82.bep
new file mode 100644
index 000000000..4fa7ae502
--- /dev/null
+++ b/app-text/texi2html/texi2html-1.82.bep
@@ -0,0 +1,27 @@
+DESCRIPTION="Perl script that converts Texinfo to HTML"
+HOMEPAGE="http://www.nongnu.org/texi2html/"
+SRC_URI="http://download.savannah.gnu.org/releases/texi2html/texi2html-1.82.tar.bz2"
+REVISION="1"
+STATUS_HAIKU="stable"
+DEPEND=""
+CHECKSUM_MD5="a8a9193c0ac1bec2f3ca7be40a5a82eb"
+BUILD {
+ cd texi2html-1.82
+ libtoolize --force --copy --install
+ ./autogen.sh
+ ./configure --prefix=`finddir B_COMMON_DIRECTORY`
+ make
+}
+
+INSTALL {
+ cd texi2html-1.82
+ make install
+}
+
+TEST {
+ cd texi2html-1.82
+ make check
+}
+
+LICENSE="GNU GPL v2"
+COPYRIGHT="1999-2005 Patrice Dumas, Derek Price, Adrian Aichner & others."