mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
33 lines
726 B
Makefile
33 lines
726 B
Makefile
# New ports collection makefile for: skkinput
|
|
# Version required: 2.00
|
|
# Date created: 28 Jan 1998
|
|
# Whom: Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= skkinput-2.03
|
|
PKGNAME= ja-skkinput-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>
|