diff options
Diffstat (limited to 'print/teTeX2-bin/Makefile')
-rw-r--r-- | print/teTeX2-bin/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/print/teTeX2-bin/Makefile b/print/teTeX2-bin/Makefile new file mode 100644 index 00000000000..a1d48f31732 --- /dev/null +++ b/print/teTeX2-bin/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/23 04:59:25 kei Exp $ + +DISTNAME= tetex-src-${TETEX_BIN_VERS} +PKGNAME= teTeX2-bin-${TETEX_BIN_VERS} +PKGREVISION= # empty +CATEGORIES= print +MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/} + +MAINTAINER= kei@netbsd.org +HOMEPAGE= http://www.tug.org/tetex/ +COMMENT= TeX distribution for UNIX compatible systems - executables, version 2 + +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +DEPENDS+= teTeX2-share>=2.0.1:../teTeX2-share +DEPENDS+= dialog-0.6z:../../misc/dialog + +CONFLICTS+= omega-[0-9]* + +INFO_FILES= latex.info dvips.info web2c.info kpathsea.info + +post-install: + @${RM} ${PREFIX}/share/texmf/web2c/*.log + ### someone needs to adjust papersize to this: + #${LOCALBASE}/bin/texconfig dvips paper a4 + #${LOCALBASE}/bin/texconfig xdvi a4 + ${LOCALBASE}/bin/texconfig font ro + ${LOCALBASE}/bin/texconfig font vardir /var/spool/texfonts + ${LOCALBASE}/bin/texconfig font options appendonlydir varfonts + +.include "../../print/teTeX2-bin/Makefile.common" + +.include "../../mk/texinfo.mk" +.include "../../mk/bsd.pkg.mk" |