pkgsrc/print/teTeX2-bin/Makefile.common
kei 8daebfa36f update teTeX2 and related packages to version 2.0.2. Changes from announce
are following:

with the dvipdfm -> dvipdfm/config change, dvipdfmx package can easily
coexist with dvipdfm of teTeX2.

----------------

===========================================================================
  Changes in this release:
===========================================================================

The main change is the new pdftex which has a few important fixes. For
details, please look at tetex-src-2.0.2/texk/web2c/pdftexdir/NEWS.

ChangeLog entries:

In the src tarball:
        * portability fix for texk/kpathsea/cnf.c
        * pdftex version 1.10b
        * add eomega support to fmtutil
        * ttf2afm: FontFamily patch by Siep Kroonenberg
        * update config.guess / config.sub
        * handle manpages for kpsepath / kpsexpand properly
        * fix two bugs in texdoctk
        * mktexmf fix for CJK fonts
        * adjust cxx-runtime-hack a little
        * add search paths for non"k"-xdvi to texmf.in
        * fix bug in texk/etc/autoconf/acspecific.m4

In the texmf tarball:
        * add doc/latex/styles/multiple-span.txt
        * move dvipdfm/* to dvipdfm/config
        * update ragged2e
        * support uppercase mathtime fonts via aliases
        * remove g-brief: it is not free software
        * update shadow.sty
        * add package mparhack and jurabib
        * listings package is back (license *is* ok!)
        * SIunits.cfg updated (only comments have changed in a minor way)
        * replace old README by new readme in doc/latex/pdfpages
        * added sihyph23.tex (Slovenian hyphenation patterns)

----------------
2003-03-15 08:17:07 +00:00

63 lines
2.1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.2 2003/03/15 08:17:08 kei Exp $
TETEX_BIN_VERS= 2.0.2
DIST_SUBDIR= teTeX
ALL_TARGET= all
INSTALL_TARGET= install strip
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11= yes
CFLAGS+= -Dunix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-texinfo
CONFIGURE_ARGS+= --without-dialog
CONFIGURE_ARGS+= --disable-multiplatform
CONFIGURE_ARGS+= --enable-ipc
CONFIGURE_ARGS+= --with-epsfwin
CONFIGURE_ARGS+= --with-hp2627win
CONFIGURE_ARGS+= --with-mftalkwin
CONFIGURE_ARGS+= --with-x11
CONFIGURE_ARGS+= --with-system-wwwlib
CONFIGURE_ARGS+= --with-libwww-config=${LOCALBASE}/bin/libwww-config
CONFIGURE_ARGS+= --with-system-ncurses
CONFIGURE_ARGS+= --with-ncurses-include=${BUILDLINK_PREFIX.ncurses}/include
CONFIGURE_ARGS+= --with-ncurses-libdir=${BUILDLINK_PREFIX.ncurses}/lib
CONFIGURE_ARGS+= --with-system-pnglib
CONFIGURE_ARGS+= --with-pnglib-include=${BUILDLINK_PREFIX.png}/include
CONFIGURE_ARGS+= --with-pnglib-libdir=${BUILDLINK_PREFIX.png}/lib
CONFIGURE_ARGS+= --with-system-t1lib
CONFIGURE_ARGS+= --with-t1lib-include=${BUILDLINK_PREFIX.t1lib}/include
CONFIGURE_ARGS+= --with-t1lib-libdir=${BUILDLINK_PREFIX.t1lib}/lib
CONFIGURE_ARGS+= --with-system-zlib
CONFIGURE_ARGS+= --with-zlib-include=${BUILDLINK_PREFIX.zlib}/include
CONFIGURE_ARGS+= --with-zlib-libdir=${BUILDLINK_PREFIX.zlib}/lib
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE) && ${PAPERSIZE} != "A4"
CONFIGURE_ARGS+= --disable-a4
.endif
.if ${OPSYS} != "SunOS"
CONFIGURE_ARGS+= --enable-auto-core
.endif
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
TEXFONTSDIR= /var/spool/texfonts
OWN_DIRS= ${TEXFONTSDIR}
OWN_DIRS_PERMS= ${TEXFONTSDIR}/pk ${ROOT_USER} ${ROOT_GROUP} 1777
OWN_DIRS_PERMS+= ${TEXFONTSDIR}/source ${ROOT_USER} ${ROOT_GROUP} 1777
OWN_DIRS_PERMS+= ${TEXFONTSDIR}/tfm ${ROOT_USER} ${ROOT_GROUP} 1777
.include "../../www/libwww/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../fonts/t1lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"