summaryrefslogtreecommitdiff
path: root/japanese/skkinput/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-01 04:11:16 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-01 04:11:16 +0000
commit147dc3e8e42638a7760beafc61fa4990bd65646f (patch)
treec36dd17d19338825787f73219f57e95cd7af70a5 /japanese/skkinput/Makefile
parentUpdate to the latest official version instead of the beta. (diff)
Update to version 2.03.
PR: 12829 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
Notes
Notes: svn path=/head/; revision=20455
Diffstat (limited to 'japanese/skkinput/Makefile')
-rw-r--r--japanese/skkinput/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/japanese/skkinput/Makefile b/japanese/skkinput/Makefile
index 8b21060f0e8c..6dedb63e7736 100644
--- a/japanese/skkinput/Makefile
+++ b/japanese/skkinput/Makefile
@@ -3,29 +3,30 @@
# Date created: 28 Jan 1998
# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
#
-# $Id: Makefile,v 1.4 1998/04/18 15:50:18 kuriyama Exp $
+# $Id: Makefile,v 1.5 1998/06/06 03:45:10 itojun Exp $
#
-DISTNAME= skkinput-2.00
-PKGNAME= ja-skkinput-2.00
+DISTNAME= skkinput-2.03
+PKGNAME= ja-skkinput-2.03
CATEGORIES= japanese x11
-MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/
+MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/
-MAINTAINER= mrt@mickey.ai.kyutech.ac.jp
+MAINTAINER= yasuf@big.or.jp
-RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \
- jman:${PORTSDIR}/japanese/man
+RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skkserv
USE_IMAKE= yes
MANLANG= ja
MAN1= skkinput.1
MANCOMPRESSED= yes
+DOCS= *.jis skkinput.doc myeval/skkinputlisp.doc dot.skkinput
+
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${X11BASE}/share/doc/skkinput
+ @${MKDIR} ${PREFIX}/share/doc/skkinput
@( cd ${WRKSRC} ; \
- ${INSTALL_DATA} *.jis skkinput.doc ${X11BASE}/share/doc/skkinput/ )
+ ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/skkinput )
.endif
.include <bsd.port.mk>