Partial bulk tested on amd64. A fix for textproc/lgrind will follow. Tested and "seems to work alright" tb@. Thanks.
20 lines
518 B
Makefile
20 lines
518 B
Makefile
CATEGORIES ?= print
|
|
HOMEPAGE ?= http://tug.org/texlive/
|
|
MAINTAINER ?= Edd Barrett <edd@openbsd.org>
|
|
|
|
# http://tug.org/texlive/LICENSE.TL
|
|
PERMIT_PACKAGE ?= Yes
|
|
|
|
EXTRACT_SUFX ?= .tar.xz
|
|
|
|
V ?= 2022
|
|
DIST_V ?= ${V}0321
|
|
|
|
# Note: The TUG FTP server is frequently overloaded and doesn't work with
|
|
# ftp(1)'s keepalive implementation.
|
|
FETCH_CMD = /usr/bin/ftp -V -m -C -k0
|
|
MASTER_SITES ?= https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/${V}/ \
|
|
ftp://tug.org/historic/systems/texlive/${V}/
|
|
|
|
PATCHORIG ?= .origy
|