dfbd96228a
Changes: - remove code suppressing char orphan in xetexko - remove obsolete files from luatexko - provides [nounfonts] option in luatexko.sty - remove hyperref outuni routine from luatexko.sty - remove plain tex latin font setting in xetexko-space.sty and luatexko.{tex,lua} - consider some chinese center-aligned full stop in xetexko-space - introduced hanjahook.sty. updated xetexko-dotemph and hangulhook
30 lines
1.2 KiB
Makefile
30 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/29 21:20:59 minskim Exp $
|
|
|
|
DISTNAME= kotex-dev
|
|
PKGNAME= tex-${DISTNAME}-0.3
|
|
MASTER_SITES= http://ftp.ktug.or.kr/KTUG/texlive/2011/archive/
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
TEXLIVE_REV= 21
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://project.ktug.or.kr/ko.TeX/
|
|
COMMENT= ko.TeX macros for luatex and xetex
|
|
|
|
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
|
|
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
|
|
DEPENDS+= tex-euenc-[0-9]*:../../fonts/tex-euenc
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
DEPENDS+= tex-kotex>=0.2:../../print/tex-kotex
|
|
DEPENDS+= tex-kotex-base>=0.2:../../fonts/tex-kotex-base
|
|
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
|
|
DEPENDS+= tex-memoir-[0-9]*:../../print/tex-memoir
|
|
DEPENDS+= tex-moreverb-[0-9]*:../../print/tex-moreverb
|
|
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
|
|
DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
DEPENDS+= tex-xltxtra-[0-9]*:../../print/tex-xltxtra
|
|
DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|