pkgsrc/print/teTeX3-bin/Makefile

51 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/11/09 22:23:05 minskim Exp $
DISTNAME= tetex-src-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
PKGREVISION= 3
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
2005-10-01 00:01:33 +02:00
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"