View | Details | Raw Unified | Return to bug 184237
Collapse All | Expand All

(-)japanese/skkfep/Makefile (-6 / +8 lines)
Lines 5-23 Link Here
5
PORTVERSION=	0.87
5
PORTVERSION=	0.87
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	japanese
7
CATEGORIES=	japanese
8
MASTER_SITES=	http://homepage2.nifty.com/aito/skkfep/
8
MASTER_SITES=	http://aitoweb.world.coocan.jp/skkfep/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	SKK-like Kana-to-Kanji FrontEnd Processor
11
COMMENT=	SKK-like Kana-to-Kanji FrontEnd Processor
12
12
13
RUN_DEPENDS=	${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
13
RUN_DEPENDS=	${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
14
14
15
MAN1=		skkfep.1
15
CFLAGS+=	-Wno-return-type
16
PLIST_FILES=	bin/skkfep
16
17
PLIST_FILES=	bin/skkfep man/man1/skkfep.1
17
18
18
NO_STAGE=	yes
19
do-install:
19
do-install:
20
	${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
20
	(cd ${WRKSRC} && ${INSTALL_PROGRAM} skkfep \
21
	${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
21
		${STAGEDIR}${PREFIX}/bin)
22
	(cd ${WRKSRC} && ${INSTALL_MAN} skkfep.1 \
23
		${STAGEDIR}${MANPREFIX}/man/man1)
22
24
23
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)japanese/skkfep/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
skkfep is a tool to input Kana and Kanji from the terminal.
1
skkfep is a tool to input Kana and Kanji from the terminal.
2
This also include some patches for Word registration.
2
This also include some patches for Word registration.
3
3
4
WWW: http://homepage2.nifty.com/aito/soft.html
4
WWW: http://aitoweb.world.coocan.jp/soft.html

Return to bug 184237