mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ca9b293799
- Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install.
30 lines
668 B
Makefile
30 lines
668 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kpathsea
|
|
PORTVERSION= 6.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-20120701-source
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Path searching library for TeX
|
|
|
|
USE_XZ= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_TEX= texlive
|
|
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
|
|
EXTRACT_FILES= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/texk/kpathsea
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/kpathsea
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= kpathsea
|
|
MAN1= kpseaccess.1 kpsereadlink.1 kpsestat.1 kpsewhich.1 mktexlsr.1 \
|
|
mktexmf.1 mktexpk.1 mktextfm.1 texhash.1
|
|
|
|
.include <bsd.port.mk>
|