View | Details | Raw Unified | Return to bug 191035
Collapse All | Expand All

(-)Makefile (-2 / +23 lines)
Lines 25-31 Link Here
25
		libpoppler.so:${PORTSDIR}/graphics/poppler
25
		libpoppler.so:${PORTSDIR}/graphics/poppler
26
26
27
USE_TEX=	texlive web2c kpathsea ptexenc texhash-bootstrap
27
USE_TEX=	texlive web2c kpathsea ptexenc texhash-bootstrap
28
USES=		gmake pkgconfig perl5 tar:xz
28
USES=		gmake pkgconfig perl5 shebangfix tar:xz
29
USE_AUTOTOOLS=	autoconf
29
USE_AUTOTOOLS=	autoconf
30
USE_GHOSTSCRIPT=yes
30
USE_GHOSTSCRIPT=yes
31
USE_PERL5=	run
31
USE_PERL5=	run
Lines 33-38 Link Here
33
# during build phase gnu configure is run a lot
33
# during build phase gnu configure is run a lot
34
MAKE_ENV+=	CONFIG_SITE=${CONFIG_SITE}
34
MAKE_ENV+=	CONFIG_SITE=${CONFIG_SITE}
35
USE_XORG=	x11 xmu xaw
35
USE_XORG=	x11 xmu xaw
36
SHEBANG_FILES=	texk/texlive/linked_scripts/bibexport/bibexport.sh \
37
		texk/texlive/linked_scripts/installfont/installfont-tl \
38
		texk/texlive/linked_scripts/accfonts/mkt1font \
39
		texk/texlive/linked_scripts/accfonts/vpl2ovp \
40
		texk/texlive/linked_scripts/accfonts/vpl2vpl \
41
		texk/texlive/linked_scripts/ctanupload/ctanupload.pl \
42
		texk/texlive/linked_scripts/de-macro/de-macro \
43
		texk/texlive/linked_scripts/exceltex/exceltex \
44
		texk/texlive/linked_scripts/findhyph/findhyph \
45
		texk/texlive/linked_scripts/fragmaster/fragmaster.pl \
46
		texk/texlive/linked_scripts/latexdiff/latexdiff.pl \
47
		texk/texlive/linked_scripts/latexdiff/latexdiff-vc.pl \
48
		texk/texlive/linked_scripts/latexdiff/latexrevise.pl \
49
		texk/texlive/linked_scripts/mathspic/mathspic.pl \
50
		texk/texlive/linked_scripts/mf2pt1/mf2pt1.pl \
51
		texk/texlive/linked_scripts/splitindex/perl/splitindex.pl \
52
		texk/texlive/linked_scripts/svn-multi/svn-multi.pl \
53
		texk/texlive/linked_scripts/texdirflatten/texdirflatten \
54
		texk/texlive/linked_scripts/ulqda/ulqda.pl \
55
		texk/texlive/linked_scripts/uptex/convbkmk.rb \
56
		texk/texlive/linked_scripts/urlbst/urlbst
36
EXCLUDE_FILES=	${DISTNAME}/texk/web2c \
57
EXCLUDE_FILES=	${DISTNAME}/texk/web2c \
37
		${DISTNAME}/texk/kpathsea \
58
		${DISTNAME}/texk/kpathsea \
38
		${DISTNAME}/texk/ptexenc \
59
		${DISTNAME}/texk/ptexenc \
Lines 56-62 Link Here
56
		${DISTNAME}/utils/t1utils
77
		${DISTNAME}/utils/t1utils
57
EXTRACT_AFTER_ARGS=	${EXCLUDE_FILES:S,^,--exclude ,}
78
EXTRACT_AFTER_ARGS=	${EXCLUDE_FILES:S,^,--exclude ,}
58
GNU_CONFIGURE=	yes
79
GNU_CONFIGURE=	yes
59
CONFIGURE_ARGS= --disable-native-texlive-build \
80
CONFIGURE_ARGS=	--disable-native-texlive-build \
60
		--disable-web-progs \
81
		--disable-web-progs \
61
		--disable-psutils \
82
		--disable-psutils \
62
		--enable-shared \
83
		--enable-shared \

Return to bug 191035