1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/print/auctex/Makefile
Hiroki Sato 20935cabf3 Update to 11.86. Changes:
* Parsing of LaTeX output was improved.  It is now less likely that
  AUCTeX opens a non-existent file upon calling `TeX-next-error'; a
  problem for example encountered when using MiKTeX 2.8.  In addition
  quoted file names as emitted by MiKTeX are now supported.

* A new framework for the definition and selection of viewers was
  implemented.  If you have customizations regarding viewers you
  will have to redo them in this new framework or reenable the old
  one.  See the section on viewers in the manual for details.

* Comprehensive editing support for PSTricks was added.

* Support for various LaTeX packages was added, e.g. `tabularx',
  `CJK', and `hyperref'.

* An easy way to switch between TeX engines (PDFTeX, LuaTeX, XeTeX,
  Omega) was added.

* Support for SyncTeX was added.  This involves the command line
  options for LaTeX and the viewer.

* Folding can now be customized to use macro arguments as replacement
  text.

* `preview.sty' now works with XeTeX.

* A lot of smaller and larger bugs have been squashed.

Feature safe:	yes
2011-01-19 02:19:51 +00:00

50 lines
1.1 KiB
Makefile

# New ports collection makefile for: auctex
# Date created: 21 November 1999
# Whom: Martin Kammerhofer
#
# $FreeBSD$
#
PORTNAME= auctex
PORTVERSION= 11.86
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Integrated environment for writing LaTeX using GNU Emacs
BUILD_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS= ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base
USE_GHOSTSCRIPT=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \
--with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto \
--with-texmf-dir=${PREFIX}/${TEXMFDIR}
.if defined(NOPORTDOCS)
MAKE_ENV= WITHOUT_AUCTEX_DOCSDIR=yes
.else
PORTDOCS= tex-ref.pdf
.endif
USE_EMACS= yes
LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
PLIST_SUB+= LISPDIR=${LISPDIR} \
TEXMFDIR=${TEXMFDIR} \
MKTEXLSR=${MKTEXLSR}
INFO= auctex preview-latex
TEXMFDIR= share/texmf
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
NOT_FOR_ARCHS= ia64
post-install:
${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>