freebsd-ports/japanese/skkinput/Makefile
Akinori MUSHA 8e270816f9 Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00

32 lines
688 B
Makefile

# New ports collection makefile for: skkinput
# Date created: 28 Jan 1998
# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
#
# $FreeBSD$
#
PORTNAME= skkinput
PORTVERSION= 2.03
CATEGORIES= japanese x11
MASTER_SITES= http://member.nifty.ne.jp/Tatari_SAKAMOTO/
MAINTAINER= yasuf@big.or.jp
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} ${PREFIX}/share/doc/skkinput
@( cd ${WRKSRC} ; \
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/skkinput )
.endif
.include <bsd.port.mk>