diff options
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 0e65a19..1176c82 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 a3e7a7d..fb5c247 100644 --- a/print/jadetex/distinfo +++ b/print/jadetex/distinfo @@ -1 +1 @@ -MD5 (jadetex-3.6.zip) = 27a9b70e4702913a525c143f07177947 +MD5 (jadetex-3.11.tar.gz) = bd58fc8cf8e5bcdd5c25b771b59404b0 |