1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/print/auctex/Makefile

33 lines
688 B
Makefile
Raw Normal View History

# New ports collection makefile for: auctex
# Date created: 21 November 1999
# Whom: Martin Kammerhofer
#
# $FreeBSD$
#
2000-04-09 17:50:59 +00:00
PORTNAME= auctex
2005-09-28 06:54:45 +00:00
PORTVERSION= 11.81
2004-08-21 07:55:52 +00:00
PORTREVISION= 0
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Integrated environment for writing LaTeX using GNU Emacs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \
--with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto
EMACS_PORT_NAME?= emacs21
LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
PLIST_SUB+= LISPDIR=${LISPDIR}
INFO= auctex
NOT_FOR_ARCHS= ia64
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>