diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-05 10:41:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-05-05 10:41:40 +0000 |
commit | d84780de795aebf4f127d02ad53fc8c1b0d85dd5 (patch) | |
tree | 64b092d9a8a343bdd67a3a8d3bbcc2c13db8866d /print/tgif2tex/Makefile | |
parent | 1961a5bf413cf4a8fbe2ff56f85d29e8c15906f9 (diff) |
Notes
Diffstat (limited to 'print/tgif2tex/Makefile')
-rw-r--r-- | print/tgif2tex/Makefile | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index 2dd717151374..c754ced1ed9c 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -6,18 +6,26 @@ # PORTNAME= tgif2tex -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES+= print MASTER_SITES= http://www.fse.hiroshima-u.ac.jp/~nakano/tgif2tex/ -MAINTAINER= taoka@FreeBSD.org -COMMENT?= Converting texts in figure by tgif to LaTeX commands +MAINTAINER= hrs@FreeBSD.org +COMMENT= Converting texts in figure by tgif to LaTeX commands USE_PERL5= yes -PORTSDOCDIR?= ${PREFIX}/share/doc/tgif2tex -DOCSRC+= example.obj \ - example.tex +DOCSRC= how-to-use.aux how-to-use.dvi \ + how-to-use.log how-to-use.ps how-to-use.tex \ + example.obj example.tex \ + original.dps original.tps \ + pythagoras.dps pythagoras.tps \ + sample1.obj sample1.ps \ + sample2.1.dps sample2.1.tps \ + sample2.2.dps sample2.2.tps \ + sample2.3.dps sample2.3.tps \ + sample2.aux sample2.dvi sample2.log \ + sample2.tex sample2.obj sample2.ps do-build: @cd ${WRKSRC}; ${MV} tgif2tex tgif2tex.org; \ @@ -29,9 +37,9 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tgif2tex ${PREFIX}/bin/tgif2tex .if !defined(NOPORTDOCS) - ${MKDIR} ${PORTSDOCDIR} - cd ${WRKSRC}; ${INSTALL_DATA} ${DOCSRC} ${PORTSDOCDIR}; - ${INSTALL_DATA} ${FILESDIR}/00readme ${PORTSDOCDIR} + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC}; ${INSTALL_DATA} ${DOCSRC} ${DOCSDIR}; + ${INSTALL_DATA} ${FILESDIR}/00readme ${DOCSDIR} .endif .include <bsd.port.mk> |