diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-09 09:17:47 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-09 09:17:47 +0000 |
commit | f8a2d7907d3489685c2cebf626e786143abd99b3 (patch) | |
tree | 2d0c8208d6b91af59e71b409b56731c5ff2e3686 /textproc/texi2html/Makefile | |
parent | bd23c37d10494f91760f6b838987f9da0d0e68a4 (diff) |
Notes
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index a2dcca707612..b20ac0d32689 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,17 +6,19 @@ # PORTNAME= texi2html -PORTVERSION= 1.64 +PORTVERSION= 1.66 CATEGORIES= textproc -MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/ +MASTER_SITES= http://www.cvshome.org/files/70/10/ MAINTAINER= roam@FreeBSD.org -COMMENT= "Texinfo to HTML converter" +COMMENT= Texinfo to HTML converter -USE_AUTOMAKE= yes -USE_AUTOCONF= yes -GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= -a +USE_GMAKE= yes MAN1= texi2html.1 +INFO= texi2html .include <bsd.port.mk> |