freebsd-ports/textproc/ibus-m17n/Makefile
Wen Heping ef511bdf7b - Update to 1.2.0.20090930 to use with ibus-1.2
PR:		ports/140701
Submitted by:	Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
2009-11-20 07:53:26 +00:00

34 lines
754 B
Makefile

# New ports collection makefile for: ibus-m17n
# Date created: 3 September 2009
# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
#
# $FreeBSD$
#
PORTNAME= ibus-m17n
PORTVERSION= 1.2.0.20090930
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://anthesphoria.net/FreeBSD/ports/distfiles/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= The m17n IMEngine for IBus framework
LIB_DEPENDS= ibus.1:${PORTSDIR}/textproc/ibus \
m17n.3:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus
PROJECTHOST= ibus
USE_GMAKE= yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>