diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/latex2html | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.zst freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
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 |