freebsd-ports/japanese/ibus-skk/Makefile
Li-Wen Hsu d49f4f3115 - Update to 0.0.8
PR:		ports/147868
Submitted by:	Hiroto Kagotani <hiroto.kagotani AT gmail.com> (maintainer)
2010-08-04 10:51:54 +00:00

32 lines
716 B
Makefile

# New ports collection makefile for: ibus-skk
# Date created: 4 January 2010
# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ibus-skk
PORTVERSION= 0.0.8
CATEGORIES= japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= SKK engine for IBus
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus \
${LOCALBASE}/share/skk/SKK-JISYO.L:${PORTSDIR}/japanese/skk-jisyo
USE_PYTHON= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME}
.include <bsd.port.mk>