summaryrefslogtreecommitdiff
path: root/print/jadetex/Makefile
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2001-09-08 01:15:04 +0000
committerMurray Stokely <murray@FreeBSD.org>2001-09-08 01:15:04 +0000
commitc1f8da62e309105c7e8c3e8b66f9760788b21663 (patch)
tree4599923dc6ebed2240882e548bc3aaf4a235319d /print/jadetex/Makefile
parentAdd hugelatex, a meta-port for teTeX that builds a version of latex (diff)
Update JadeTeX to 3.11, with better support for two-sided output.
Diffstat (limited to 'print/jadetex/Makefile')
-rw-r--r--print/jadetex/Makefile13
1 files changed, 7 insertions, 6 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: