mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d162527735
PR: ports/182333 Submitted by: Bertram Scharpf <software@bertram-scharpf.de> Approved by: maintainer (almost timeout) With hat: perl@
31 lines
672 B
Makefile
31 lines
672 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= texlive
|
|
PORTVERSION= 27610
|
|
PORTREVISION= 1
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= ftp://tug.org/tex-archive/systems/texlive/tlnet/archive/
|
|
PKGNAMESUFFIX= -infra
|
|
DISTNAME= ${PORTNAME}.infra
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Basic TeXLive infrastructure
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
USE_XZ= yes
|
|
USE_TEX= texlive texmf
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${MKDIR} ${SITE_PERL}/TeXLive
|
|
${INSTALL_DATA} ${WRKSRC}/tlpkg/TeXLive/*.pm ${SITE_PERL}/TeXLive
|
|
${INSTALL_DATA} ${WRKSRC}/texmf/web2c/fmtutil-hdr.cnf \
|
|
${WRKSRC}/texmf/web2c/updmap-hdr.cfg \
|
|
${PREFIX}/${TEXMFDIR}/web2c/
|
|
|
|
.include <bsd.port.mk>
|