diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-16 11:41:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-06-16 11:41:31 +0000 |
commit | 8bcc6532d98aaf922bcc469287a64a5eba654c9e (patch) | |
tree | c985ffafe8206431b4da913c0a618e71c3027259 /textproc/tth/Makefile | |
parent | 3af5e9b8a2b5d1e221c426896693f903eed05003 (diff) | |
download | ports-8bcc6532d98aaf922bcc469287a64a5eba654c9e.tar.gz ports-8bcc6532d98aaf922bcc469287a64a5eba654c9e.zip |
Upgrade to 2.72.
Notes
Notes:
svn path=/head/; revision=29638
Diffstat (limited to 'textproc/tth/Makefile')
-rw-r--r-- | textproc/tth/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 8c31ec1b879b..fd472d53852d 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -6,18 +6,19 @@ # PORTNAME= tth -PORTVERSION= 2.22 +PORTVERSION= 2.72 CATEGORIES= textproc -MASTER_SITES= http://people.FreeBSD.org/~tg/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/tg/ \ http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ - ppmtogif:${PORTSDIR}/graphics/netpbm \ - latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ + latex:${PORTSDIR}/print/teTeX \ + pnmtopng:${PORTSDIR}/graphics/pnmtopng \ + ppmtogif:${PORTSDIR}/graphics/netpbm MAN1= tth.1 @@ -29,6 +30,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/tth ${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth |