Fix the missing dependency and pkg-plist.

Spotted by:	KIMURA Yasuhiro
PR:		ports/86734
This commit is contained in:
Hiroki Sato 2005-09-30 05:46:03 +00:00
parent afdbc09578
commit 16f134e9c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143816
2 changed files with 33 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= auctex
PORTVERSION= 11.81
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,14 +15,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
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
EMACS_PORT_NAME?= emacs21
LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
PLIST_SUB+= LISPDIR=${LISPDIR}
INFO= auctex
PLIST_SUB+= LISPDIR=${LISPDIR} \
TEXMFDIR=${TEXMFDIR} \
MKTEXLSR=${MKTEXLSR}
INFO= auctex preview-latex
TEXMFDIR= share/texmf
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
NOT_FOR_ARCHS= ia64

View File

@ -236,7 +236,28 @@
%%LISPDIR%%/auctex/images/prvwrk20.xpm
%%LISPDIR%%/auctex/images/prvwrk24.xbm
%%LISPDIR%%/auctex/images/prvwrk24.xpm
%%LISPDIR%%/preview/preview.el
%%LISPDIR%%/preview/preview.elc
%%LISPDIR%%/preview/prv-emacs.el
%%LISPDIR%%/preview/prv-emacs.elc
%%LISPDIR%%/preview-latex.el
%%LISPDIR%%/auctex.el
@dirrm %%LISPDIR%%/preview
@dirrm %%LISPDIR%%/auctex/style
@dirrm %%LISPDIR%%/auctex/auto
@dirrm %%LISPDIR%%/auctex/images
@dirrm %%LISPDIR%%/auctex
%%TEXMFDIR%%/tex/latex/preview/prauctex.cfg
%%TEXMFDIR%%/tex/latex/preview/prauctex.def
%%TEXMFDIR%%/tex/latex/preview/prcounters.def
%%TEXMFDIR%%/tex/latex/preview/preview.sty
%%TEXMFDIR%%/tex/latex/preview/prfootnotes.def
%%TEXMFDIR%%/tex/latex/preview/prlyx.def
%%TEXMFDIR%%/tex/latex/preview/prshowbox.def
%%TEXMFDIR%%/tex/latex/preview/prshowlabels.def
%%TEXMFDIR%%/tex/latex/preview/prtightpage.def
%%TEXMFDIR%%/tex/latex/preview/prtracingall.def
%%TEXMFDIR%%/doc/latex/styles/preview.dvi
@dirrm %%TEXMFDIR%%/doc/latex/styles
@exec %%MKTEXLSR%%
@unexec %%MKTEXLSR%%