aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/texi2html/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-09-29 06:25:07 +0800
committernbm <nbm@FreeBSD.org>2000-09-29 06:25:07 +0800
commit8f673d3aff257777b0dc9a7ef4e0439565835b4f (patch)
tree4b1ea3d6ce879e528728507ce8650dc7bfc979ad /textproc/texi2html/Makefile
parentaf707201e1a0310bb382d95e77a8e2d6e0a7c1e0 (diff)
downloadfreebsd-ports-graphics-8f673d3aff257777b0dc9a7ef4e0439565835b4f.tar.gz
freebsd-ports-graphics-8f673d3aff257777b0dc9a7ef4e0439565835b4f.tar.zst
freebsd-ports-graphics-8f673d3aff257777b0dc9a7ef4e0439565835b4f.zip
Upgrade makedepend to 2000.09.07
Upgrade texi2html to 1.64 Update cgihtml's master site Make Peter Pentchev maintainer. PR: 21456 Submitted by: "Peter Pentchev" <roam@orbitel.bg> (new maintainer) Approved by: Ian Vaudrey <i.vaudrey@bigfoot.com> (old maintainer)
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r--textproc/texi2html/Makefile23
1 files changed, 6 insertions, 17 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index ea87acee80f..e42c5bdbc00 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -6,27 +6,16 @@
#
PORTNAME= texi2html
-PORTVERSION= 1.52
+PORTVERSION= 1.64
CATEGORIES= textproc
-MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .shar.Z
+MASTER_SITES= http://www.mathematik.uni-kl.de/~obachman/Texi2html/Distrib/
-MAINTAINER= i.vaudrey@bigfoot.com
+MAINTAINER= roam@orbitel.bg
-EXTRACT_CMD= uncompress
-EXTRACT_BEFORE_ARGS= -c
-EXTRACT_AFTER_ARGS= | sh
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
+USE_AUTOMAKE= yes
+USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
MAN1= texi2html.1
-post-extract:
- @cd ${WRKSRC}; split -l 1940 texi2html texi2html.
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/texi2html.aa ${PREFIX}/bin/texi2html
- ${INSTALL_MAN} ${WRKDIR}/texi2html.ab ${PREFIX}/man/man1/${MAN1}
-
.include <bsd.port.mk>