mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
32 lines
772 B
Makefile
32 lines
772 B
Makefile
|
# 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>
|