Update graphics/gimp-lensfun-plugin to version 0.2.4.d_3
[dports.git] / print / texlive-docs / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       texlive
4 PORTVERSION=    20140525
5 CATEGORIES=     print
6 MASTER_SITES=   ftp://ftp.tug.org/historic/systems/texlive/2014/
7 PKGNAMESUFFIX=  -docs
8 DISTNAME=       ${PORTNAME}-${PORTVERSION}-texmf
9 DIST_SUBDIR=    TeX
10
11 MAINTAINER=     hrs@FreeBSD.org
12 COMMENT=        TeX Live Typesetting System, documentation
13
14 USES=           tar:xz
15 USE_TEX=        texmf
16 NO_BUILD=       yes
17 NO_WRKSRC=      yes
18
19 EXCLUDE_FILES=  \*/doc/man \
20         texmf-dist/doc/aleph \
21         texmf-dist/doc/lualatex \
22         texmf-dist/doc/luatex \
23         texmf-dist/doc/xelatex \
24         texmf-dist/doc/xetex \
25         texmf-dist/doc/otherformats/jadetex \
26         texmf-dist/doc/otherformats/xmltex \
27         texmf-dist/doc/ptex \
28         texmf-dist/doc/platex \
29         texmf-dist/doc/uptex \
30         texmf-dist/doc/uplatex \
31         texmf-dist/doc/fonts/japanese-otf \
32         texmf-dist/doc/fonts/japanese-otf-uptex \
33         texmf-dist/doc/fonts/jfontmaps \
34         texmf-dist/doc/dvips \
35         texmf-dist/doc/dvipdfmx
36
37 EXTRACT_AFTER_ARGS=| ${TAR} xf - ${EXCLUDE_FILES:S,^,--exclude ${DISTNAME}/,}
38
39 do-extract:
40         @${MKDIR} ${WRKDIR}
41
42 do-install:
43         ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
44                 ${EXTRACT_AFTER_ARGS} -C ${STAGEDIR}${PREFIX}/share \
45                 --strip-components 1 --no-same-permission --no-same-owner \
46                 ${DISTNAME}/texmf-dist/doc
47
48 .include <bsd.port.mk>