diff options
author | Murray Stokely <murray@FreeBSD.org> | 2001-09-08 01:15:04 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2001-09-08 01:15:04 +0000 |
commit | c1f8da62e309105c7e8c3e8b66f9760788b21663 (patch) | |
tree | 4599923dc6ebed2240882e548bc3aaf4a235319d /print/jadetex | |
parent | cc453cdb5c5688015b37624e39d64f8b99734277 (diff) | |
download | freebsd-ports-c1f8da62e309105c7e8c3e8b66f9760788b21663.zip |
Update JadeTeX to 3.11, with better support for two-sided output.
Diffstat (limited to 'print/jadetex')
-rw-r--r-- | print/jadetex/Makefile | 13 | ||||
-rw-r--r-- | print/jadetex/distinfo | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/print/jadetex/Makefile b/print/jadetex/Makefile index 0e65a1988085..1176c82cb2a4 100644 --- a/print/jadetex/Makefile +++ b/print/jadetex/Makefile @@ -6,25 +6,26 @@ # PORTNAME= jadetex -PORTVERSION= 3.6 +PORTVERSION= 3.11 CATEGORIES= print -MASTER_SITES= http://www.tug.org/applications/jadetex/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= jadetex MAINTAINER= nik -BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= hugelatex:${PORTSDIR}/print/hugelatex LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX MAKE_ENV= TEXMFCNF=${FILESDIR}:${PREFIX}/share/texmf/web2c -USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} MESSAGE= ${WRKDIR}/pkg-message post-extract: - @${ECHO} all: default > ${WRKSRC}/Makefile.tmp - @${SED} -e "s/huge//g" ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp + @${ECHO} all: betterdefault > ${WRKSRC}/Makefile.tmp + @${ECHO} betterdefault: jadetex.fmt pdfjadetex.fmt >> ${WRKSRC}/Makefile.tmp + @${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp @${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile do-install: diff --git a/print/jadetex/distinfo b/print/jadetex/distinfo index a3e7a7d26eaa..fb5c247b5675 100644 --- a/print/jadetex/distinfo +++ b/print/jadetex/distinfo @@ -1 +1 @@ -MD5 (jadetex-3.6.zip) = 27a9b70e4702913a525c143f07177947 +MD5 (jadetex-3.11.tar.gz) = bd58fc8cf8e5bcdd5c25b771b59404b0 |