c84ba8761e
typeset, preview, etc. (Japanese-aware commands are renamed from original.) So add the message to show a brief usage.
27 lines
670 B
Makefile
27 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/01/19 12:22:36 kei Exp $
|
|
|
|
DISTNAME= ja-ptex-1.0
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
MESSAGE_SRC= ${PKGDIR}/MESSAGE
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|