10a04a2326
luatex has been taught how to find it. Bump PKGREVISION.
76 lines
2.5 KiB
Makefile
76 lines
2.5 KiB
Makefile
# $NetBSD: Makefile,v 1.25 2015/06/15 09:50:36 markd Exp $
|
|
|
|
DISTNAME= texlive-20150521-source
|
|
PKGNAME= kpathsea-6.2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/kpathsea
|
|
COMMENT= Path searching library for TeX-related files
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
CONFLICTS+= teTeX-bin<=3.0nb46
|
|
CONFLICTS+= teTeX-texmf<=3.0nb5
|
|
CONFLICTS+= texlive-tetex<2010
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/texk/kpathsea
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea
|
|
|
|
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
|
|
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
|
|
PKGCONFIG_OVERRIDE= kpathsea.pc.in
|
|
|
|
MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
|
|
|
|
#
|
|
# A double-slash (//) in the kpathsea paths has a special
|
|
# interpretation, it will cause kpathsea to consider all
|
|
# subdirectories recursively at that point in the path. Normally
|
|
# double-slashes and trailing slashes will not be present in these
|
|
# variables, but if they are there the resulting behaviour is so
|
|
# unexpected, expensive, and difficult to diagnose that it is worth
|
|
# going to extra effort to clean them out here.
|
|
#
|
|
SUBST_CLASSES+= texmfdir
|
|
SUBST_MESSAGE.texmfdir= Setting texmf directories.
|
|
SUBST_STAGE.texmfdir= pre-configure
|
|
SUBST_FILES.texmfdir= texmf.cnf
|
|
SUBST_SED.texmfdir= -e 's,@PREFIX@,${PREFIX:C;///*;/;g:C;/$;;},'
|
|
SUBST_SED.texmfdir+= -e 's,@TEXMFLOCAL@,${TEXMFLOCAL:C;///*;/;g:C;/$;;},'
|
|
SUBST_SED.texmfdir+= -e 's,@VARBASE@,${VARBASE:C;///*;/;g:C;/$;;},'
|
|
SUBST_SED.texmfdir+= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR:C;///*;/;g:C;/$;;},'
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_MESSAGE.paths= Setting paths to commands.
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= mktex.opt mktexdir mktexlsr mktexmf \
|
|
mktexnam mktexnam.opt mktexpk mktextfm mktexupd
|
|
SUBST_SED.paths= -e 's,@KPSEWHICH@,${PREFIX}/bin/kpsewhich,g'
|
|
SUBST_SED.paths+= -e 's,@MKTEXMF@,${PREFIX}/bin/mktexmf,g'
|
|
|
|
PKG_SYSCONFSUBDIR= texmf
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
TEXMFLOCAL= ${PREFIX}/share/texmf-local
|
|
FILES_SUBST+= TEXMFLOCAL=${TEXMFLOCAL}
|
|
|
|
CONF_FILES= ${PREFIX}/share/texmf-dist/web2c/texmf.cnf \
|
|
${PKG_SYSCONFDIR}/texmf.cnf
|
|
|
|
OWN_DIRS+= ${TEXMFLOCAL} ${VARBASE}/lib/texmf
|
|
.for d in pk source tfm
|
|
OWN_DIRS_PERMS+= ${VARBASE}/lib/texmf/fonts/${d} \
|
|
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777
|
|
.endfor
|
|
INSTALLATION_DIRS+= share/texmf-dist
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|