0c48cd20b0
pkgng says: hugelatex-1.0_5 conflicts with teTeX-base-3.0_22 (installs files into the same place). Problematic file: /usr/local/share/texmf/web2c/texmf.cnf Reported by: pointyhat (pkgng exp-run) Feature safe: yes
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# New ports collection makefile for: hugelatex
|
|
# Date created: 7 September 2001
|
|
# Whom: Murray Stokely <murray@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $
|
|
#
|
|
|
|
PORTNAME= hugelatex
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= print
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= LaTeX format files with large limits
|
|
|
|
BROKEN= overwrite files owned by teTex-Base which it already depends on
|
|
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
TEXMF_CNF= ${LOCALBASE}/share/texmf/web2c/texmf.cnf
|
|
|
|
do-install:
|
|
${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-hugelatex
|
|
${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
|
|
cd `dirname ${TEXMF_CNF}`; \
|
|
${ECHO_CMD} "" | ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini || ${TRUE}; \
|
|
${RM} -f texsys.aux
|
|
${RM} -f ${PREFIX}/bin/hugelatex
|
|
${LN} -s latex ${PREFIX}/bin/hugelatex
|
|
${PREFIX}/bin/mktexlsr
|
|
|
|
post-install:
|
|
${RM} ${PREFIX}/share/texmf/web2c/latex.log
|
|
${RM} ${PREFIX}/share/texmf/web2c/latex.fmt
|
|
|
|
.include <bsd.port.mk>
|