# New ports collection makefile for: hugelatex # Date created: 7 September 2001 # Whom: Murray Stokely # # $FreeBSD$ # # $NetBSD: Makefile,v 1.3 2001/09/02 19:51:38 hubertf Exp $ # PORTNAME= hugelatex PORTVERSION= 1.0 CATEGORIES= print MASTER_SITES= # none DISTFILES= # none MAINTAINER= murray@FreeBSD.org 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 .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup DIST* variables.mat2015-05-121-1/+0
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
* Allow staging as a regular userantoine2014-09-061-1/+4
* Support stagingehaupt2013-10-231-4/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-091-5/+1
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* - Get Rid MD5 supportmiwi2011-03-20