freebsd-ports/japanese/skkfep/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
591 B
Makefile

# New ports collection Makefile for: skkfep
# Date created: 22 Jul 1998
# Whom: Yusuke Nawano <azuki@azkey.org>
#
# $FreeBSD$
#
PORTNAME= skkfep
PORTVERSION= 0.87
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= http://homepage2.nifty.com/aito/skkfep/
MAINTAINER= ports@FreeBSD.org
COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor
RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
MAN1= skkfep.1
PLIST_FILES= bin/skkfep
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>