diff options
-rw-r--r-- | print/ja-ptex/DESCR | 3 | ||||
-rw-r--r-- | print/ja-ptex/Makefile | 24 | ||||
-rw-r--r-- | print/ja-ptex/PLIST | 2 |
3 files changed, 29 insertions, 0 deletions
diff --git a/print/ja-ptex/DESCR b/print/ja-ptex/DESCR new file mode 100644 index 00000000000..18a64daf3b6 --- /dev/null +++ b/print/ja-ptex/DESCR @@ -0,0 +1,3 @@ +this is the meta-package provides an environment with the latest version +of pTeX/pLaTeX to users. Also it contains several packages which support +Japanese. diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile new file mode 100644 index 00000000000..0d8ad480da1 --- /dev/null +++ b/print/ja-ptex/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/15 20:07:20 kei Exp $ + +DISTNAME= ja-ptex-1.0 +CATEGORIES= meta-pkgs print japanese +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= kei@netbsd.org +COMMENT= meta-package for pTeX et al, supports Japanese language + +DEPENDS+= ja-ptex-bin>=3.1.2:../../print/ja-ptex-bin +DEPENDS+= ja-jsclasses>=0.0.0.20021127:../../print/ja-jsclasses +DEPENDS+= ja-vfxdvik>=22.40v.j1.14:../../print/ja-vfxdvik +DEPENDS+= dvipdfmx>=0.0.0.20021230nb1:../../print/dvipdfmx + +USE_X11= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/print/ja-ptex/PLIST b/print/ja-ptex/PLIST new file mode 100644 index 00000000000..9a00e44afba --- /dev/null +++ b/print/ja-ptex/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/15 20:07:20 kei Exp $ +@comment this plist is intentionally left empty. |