summaryrefslogtreecommitdiff
path: root/print/teTeX3-bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX3-bin/Makefile')
-rw-r--r--print/teTeX3-bin/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/print/teTeX3-bin/Makefile b/print/teTeX3-bin/Makefile
deleted file mode 100644
index 84502f7c38d..00000000000
--- a/print/teTeX3-bin/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/09/30 22:01:33 wiz Exp $
-
-DISTNAME= tetex-src-3.0
-PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
-PKGREVISION= 2
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
-
-MAINTAINER= kei@NetBSD.org
-HOMEPAGE= http://www.tug.org/tetex/
-COMMENT= TeX distribution for UNIX compatible systems - binaries
-
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-DEPENDS+= teTeX-texmf>=3.0:../../print/teTeX3-texmf
-DEPENDS+= dialog>=0.6z:../../misc/dialog
-
-# games/omega previously installed an omega executable too
-CONFLICTS+= omega<0.90.4nb1
-
-INFO_FILES= latex.info dvips.info web2c.info kpathsea.info
-
-REPLACE_PERL= texk/xdvik/t1mapper \
- texk/oxdvik/t1mapper
-
-CONFIGURE_ARGS+= --without-texinfo --without-texi2html
-CONFIGURE_ARGS+= --with-xdvi-x-toolkit=xaw
-
-.if defined(PAPERSIZE)
-LOWER_PAPERSIZE_cmd= ${ECHO} ${PAPERSIZE} | ${TR} '[A-Z]' '[a-z]'
-LOWER_PAPERSIZE= ${LOWER_PAPERSIZE_cmd:sh}
-.endif
-
-post-install:
- @${RM} -f ${PREFIX}/share/texmf/web2c/*.log
-.if defined(PAPERSIZE)
- ${LOCALBASE}/bin/texconfig dvips paper ${LOWER_PAPERSIZE}
-. if ${PAPERSIZE} == "Letter"
- ${LOCALBASE}/bin/texconfig xdvi paper us
-. else
- ${LOCALBASE}/bin/texconfig xdvi paper ${LOWER_PAPERSIZE}
-. endif
-.endif
- ${LOCALBASE}/bin/texconfig font rw
- ${LOCALBASE}/bin/texconfig font vardir ${VARBASE}/spool/texfonts
-
-.include "../../print/teTeX3-bin/Makefile.common"
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/xaw.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"