f72f4081dc
like we don't need a separate fmtutil.cnf for our subsets this year, which is a good thing as tl-link-config can go. Packing lists still need tweaks and -full and -docs have not been touched yet. Top @xxx (conflict etc.) directives not touched yet. Some fallout with the new mandoc stuff will need to be looked at. Lots more to do; having said that, I was able to compile sample2e. No OK needed, not yet linked to build.
22 lines
552 B
Makefile
22 lines
552 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2010/10/20 23:13:00 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
|
|
EXTRACT_CASES += *.tar.xz) xzcat ${FULLDISTDIR}/$$archive | tar xf -;;
|
|
BUILD_DEPENDS += ::archivers/xz
|
|
|
|
V ?= 2010
|
|
DIST_V ?= ${V}0722
|
|
|
|
MASTER_SITES ?= ftp://ftp.tug.org/texlive/historic/${V}/
|
|
PATCHORIG ?= .origy
|