INSTALL script. Use magic markers and remove the texmf.cnf fragment at DEINSTALL time. This fixes the deinstallation when other packages modify it and are installed afterwards, but removed out-of-order. Bump revision. Addresses PR 32376 and PR 34003 (the latter indirectly from myself).
30 lines
636 B
Makefile
30 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/10/12 13:38:35 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= hugelatex-2.0
|
|
PKGNAME= tex-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= print
|
|
MASTER_SITES= # none
|
|
DISTFILES= # nada
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= LaTeX format files with large limits
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
EXTRACT_ONLY= # nothing
|
|
NO_CHECKSUM= yes
|
|
NO_BUILD= yes
|
|
|
|
FILES_SUBST+= PKG_TEXMFPREFIX=${PKG_TEXMFPREFIX:Q}
|
|
|
|
CHECK_FILES_SKIP+= ${PKG_TEXMFPREFIX}/web2c/hugelatex.fmt
|
|
CHECK_FILES_SKIP+= ${PKG_TEXMFPREFIX}/web2c/hugelatex.log
|
|
|
|
|
|
.include "../../print/teTeX/module.mk"
|
|
|
|
do-install:
|
|
${LN} -s latex ${PREFIX}/bin/hugelatex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|