diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-04 20:39:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-04 20:39:11 +0000 |
commit | 9417781f42eb9cfcca153ac3633ec042b389c6ae (patch) | |
tree | 53ac68679e05dbd405ebd49d08829684a5b25452 /textproc/ibus-m17n/Makefile | |
parent | dc4ba127a632cb1c32eefe486932baf273da9321 (diff) |
Notes
Diffstat (limited to 'textproc/ibus-m17n/Makefile')
-rw-r--r-- | textproc/ibus-m17n/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile new file mode 100644 index 000000000000..23a0a5c32c4a --- /dev/null +++ b/textproc/ibus-m17n/Makefile @@ -0,0 +1,33 @@ +# 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.1.0.20090211 +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= 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> |