diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-03-12 16:05:02 +0000 |
commit | ebf0d1d99ea344e4140763f91689d90c87c1ba82 (patch) | |
tree | f9c07ede1f8f48f98a251b732f12a9ecdc71f231 /japanese/skkinput3/Makefile | |
parent | e8d52ba1b258ae956e594e66a6977141448b19a1 (diff) |
Notes
Diffstat (limited to 'japanese/skkinput3/Makefile')
-rw-r--r-- | japanese/skkinput3/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile new file mode 100644 index 000000000000..2ea7a1eee26d --- /dev/null +++ b/japanese/skkinput3/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: skkinput +# Version required: 2.00-SNAP980123 +# Date created: 28 Jan 1998 +# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp> +# +# $Id$ +# + +DISTNAME= skkinput-2.00-SNAP980123 +PKGNAME= ja-skkinput-2.00-980123 +CATEGORIES= japanese x11 +MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/ + +MAINTAINER= mrt@mickey.ai.kyutech.ac.jp + +RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \ + jman:${PORTSDIR}/japanese/man + +USE_IMAKE= yes +MANLANG= ja_JP.EUC +MAN1= skkinput.1 +MANCOMPRESSED= yes + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${X11BASE}/share/doc/skkinput + @( cd ${WRKSRC} ; \ + ${INSTALL_DATA} *.jis skkinput.doc ${X11BASE}/share/doc/skkinput/ ) +.endif + +.include <bsd.port.mk> |