diff options
author | murray <murray@FreeBSD.org> | 2001-09-08 09:15:04 +0800 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2001-09-08 09:15:04 +0800 |
commit | 0b28267875f48d44ff0787bacdc738dacd742061 (patch) | |
tree | e2c7d30d2ff7d8502d9f9ad6345265ed4b50c0dc /print | |
parent | 95ecef040f555b12979f45fcd7651a8828d2dc00 (diff) | |
download | freebsd-ports-gnome-0b28267875f48d44ff0787bacdc738dacd742061.tar.gz freebsd-ports-gnome-0b28267875f48d44ff0787bacdc738dacd742061.tar.zst freebsd-ports-gnome-0b28267875f48d44ff0787bacdc738dacd742061.zip |
Update JadeTeX to 3.11, with better support for two-sided output.
Diffstat (limited to 'print')
-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 |