1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/auctex/Makefile
Hiroki Sato c4470d4716 Update to 11.85. Changes include:
- Font locking has been improved significantly.  It is now less
  prone to color bleeding which could lead to high resource
  usage.  In addition it now includes information about LaTeX
  macro syntax and can indicate syntactically incorrect macros in
  LaTeX mode.

- The license was updated to GPLv3.

- Support for the nomencl, flashcards and comment LaTeX packages
  as well as the Icelandic language option of babel were added.

- Support for folding of math macros was added.

- Lots of minor bugs in features and documentation were fixed.

- IMPORTANT: Many of the new features in the 11.x series rely on
  special properties in the variable `TeX-command-list' and will
  not work if you customized this variable for a pre-11.5x
  release of AUCTeX.  If this is the case for you, please
  re-initialize the variable by erasing the customization,
  thereby setting the variable to the new default, and re-adding
  your changes afterwards.

PR:	ports/125737
2008-07-19 15:05:26 +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.85
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>