21 lines
485 B
Makefile
21 lines
485 B
Makefile
# $OpenBSD: Makefile.inc,v 1.8 2011/11/23 12:00:45 edd Exp $
|
|
|
|
CATEGORIES ?= print
|
|
HOMEPAGE ?= http://tug.org/texlive/
|
|
MAINTAINER ?= Edd Barrett <edd@openbsd.org>
|
|
|
|
# http://tug.org/texlive/LICENSE.TL
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_CDROM ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
EXTRACT_SUFX ?= .tar.xz
|
|
|
|
V ?= 2011
|
|
DIST_V ?= ${V}0705
|
|
|
|
MASTER_SITES ?= ftp://ftp.tug.org/texlive/historic/${V}/ \
|
|
http://spacehopper.org/mirrors/
|
|
PATCHORIG ?= .origy
|