diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/latex2html | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
Diffstat (limited to 'japanese/latex2html')
-rw-r--r-- | japanese/latex2html/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/japanese/latex2html/Makefile b/japanese/latex2html/Makefile index ca6f5ba98732..45d3d1f21c71 100644 --- a/japanese/latex2html/Makefile +++ b/japanese/latex2html/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: ja-latex2html -# Version required: 98.1jpatch-2.1 # Date created: 3 Apr 1999 # Whom: Sugimoto Sadahiro <ixtl@utmc.or.jp> # @@ -8,13 +7,15 @@ # Default image format is GIF. # If you prefer PNG to GIF, define USE_PNG (`make -DUSE_PNG`). -DISTNAME= latex2html-98.1p1 -PKGNAME= ja-latex2html-98.1j2.1 +PORTNAME= latex2html +PORTVERSION= ${VERSION}j${JP_VERSION} CATEGORIES= japanese textproc MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/latex2html/sources/ \ ftp://ftp.mpn.com/pub/nikos/latex2html-mirror/sources/ \ http://www.topstudio.co.jp/~kmuto/software/latex2html/patch/98-1/ -DISTFILES= latex2html-98.1p1.tar.gz latex2html-98.1jpatch-2.1.tar.gz +DISTNAME= ${PORTNAME}-${VERSION}p1 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-${VERSION}jpatch-${JP_VERSION}.tar.gz MAINTAINER= ixtl@utmc.or.jp @@ -27,6 +28,9 @@ RUN_DEPENDS= ${PREFIX}/bin/latex:${PORTSDIR}/print/latex \ RUN_DEPENDS += ${X11BASE}/bin/pnmtopng:${PORTSDIR}/graphics/pnmtopng .endif +VERSION= 98.1 +JP_VERSION= 2.1 + WRKSRC= ${WRKDIR}/latex2html USE_PERL5= yes NO_BUILD= yes |