1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/textproc/ibus-m17n/Makefile
Frederic Culot d701b504fe - Update to 1.3.1
PR:		ports/154315
Submitted by:	Nikola Lecic <nikola.lecic AT anthesphoria.net> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
Feature safe:	yes
2011-01-29 21:53:08 +00:00

39 lines
848 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.3.1
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.2:${PORTSDIR}/textproc/ibus \
m17n.4:${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
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \
${WRKSRC}/src/m17n.xml.in*
.include <bsd.port.mk>