summaryrefslogtreecommitdiff
path: root/print/ja-ptex
diff options
context:
space:
mode:
authorkei <kei>2005-01-19 12:22:36 +0000
committerkei <kei>2005-01-19 12:22:36 +0000
commit0243965b95fbd9171583e72f556822b2e9fa224a (patch)
tree2f76613d9c6ac7ad6635b573d90a02334876e382 /print/ja-ptex
parentcc65d98dc7ca946a62bc42c9edfb123da732519f (diff)
downloadpkgsrc-0243965b95fbd9171583e72f556822b2e9fa224a.tar.gz
People (including me) often cannot tell what command should be used to
typeset, preview, etc. (Japanese-aware commands are renamed from original.) So add the message to show a brief usage.
Diffstat (limited to 'print/ja-ptex')
-rw-r--r--print/ja-ptex/MESSAGE13
-rw-r--r--print/ja-ptex/Makefile4
2 files changed, 16 insertions, 1 deletions
diff --git a/print/ja-ptex/MESSAGE b/print/ja-ptex/MESSAGE
new file mode 100644
index 00000000000..c365e0dd73c
--- /dev/null
+++ b/print/ja-ptex/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2005/01/19 12:22:36 kei Exp $
+
+You may want to use the following programs with ja-ptex meta-package
+for Japanese pTeX/pLaTeX documents.
+
+ typeset TeX file: ptex, platex
+ preview DVI file: vfxdvi
+ get PS file: pdvips
+ preview PS file: gv (another package)
+ get PDF file: dvipdfmx
+ preview PDF file: gv, acroread, acroread5 (another package)
+===========================================================================
diff --git a/print/ja-ptex/Makefile b/print/ja-ptex/Makefile
index 499dcb70979..468c6cc5942 100644
--- a/print/ja-ptex/Makefile
+++ b/print/ja-ptex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/19 12:22:36 kei Exp $
DISTNAME= ja-ptex-1.0
PKGREVISION= 1
@@ -20,6 +20,8 @@ NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
+MESSAGE_SRC= ${PKGDIR}/MESSAGE
+
do-install: # empty
.include "../../mk/bsd.pkg.mk"