blob: fb1364c251a60d2cea3e51a36a023941fa6f71f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# $NetBSD: Makefile.common,v 1.5 2022/04/17 10:26:12 markd Exp $
# used by converters/dvi2tty/Makefile
# used by fonts/afm2pl/Makefile
# used by fonts/gsftopkk/Makefile
# used by fonts/lcdftypetools/Makefile
# used by fonts/makejvf/Makefile
# used by fonts/ps2pkm/Makefile
# used by fonts/ttf2pk/Makefile
# used by fonts/ttfdump/Makefile
# used by print/cjkutils/Makefile
# used by print/dvidvi/Makefile
# used by print/dviljk/Makefile
# used by print/dvipdfmx/Makefile
# used by print/dvipsk/Makefile
# used by print/kpathsea/Makefile
# used by print/lacheck/Makefile
# used by print/luatex/Makefile
# used by print/ptexenc/Makefile
# used by print/seetexk/Makefile
# used by print/tex4ht/Makefile
# used by print/vlna/Makefile
# used by print/web2c/Makefile
# used by print/xdvik/Makefile
# used by print/xetex/Makefile
# used by print/xpdfopen/Makefile
# used by textproc/makeindexk/Makefile
# used by textproc/mendexk/Makefile
# used by textproc/upmendex/Makefile
# used by textproc/xindy/Makefile
DISTNAME= texlive-20220321-source
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2022/
EXTRACT_SUFX= .tar.xz
MAINTAINER?= minskim@NetBSD.org
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
GNU_CONFIGURE_STRICT?= yes
CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.guess
CONFIG_SUB_OVERRIDE+= ${WRKDIR}/${DISTNAME}/build-aux/config.sub
|