12aa16b177
Notified by: David.Kastrup@t-online.de (David Kastrup)
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: preview-latex (for emacs21)
|
|
# Date Created: 27 Jan 2002
|
|
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= preview-latex
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= print elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
|
|
MAINTAINER= yoichi@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \
|
|
gs:${PORTSDIR}/print/ghostscript-gnu
|
|
RUN_DEPENDS= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \
|
|
gs:${PORTSDIR}/print/ghostscript-gnu
|
|
|
|
EMACS_PORT_NAME?= emacs21
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
|
|
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
|
|
--with-texmf=${PREFIX}/share/texmf
|
|
CONFIGURE_ARGS+= --disable-8bit-test
|
|
|
|
DOCS= ChangeLog INSTALL PROBLEMS README README-preview RELEASE TODO
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|