diff options
Diffstat (limited to 'textproc/ibus-m17n/Makefile')
-rw-r--r-- | textproc/ibus-m17n/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile deleted file mode 100644 index 8a8d84c1f190..000000000000 --- a/textproc/ibus-m17n/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> -# $FreeBSD$ - -PORTNAME= ibus-m17n -PORTVERSION= 1.3.3 -PORTREVISION= 5 -CATEGORIES= textproc -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= The m17n IMEngine for IBus framework - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -LIB_DEPENDS= libibus-1.0.so:textproc/ibus \ - libm17n.so:devel/m17n-lib -RUN_DEPENDS= ibus-daemon:textproc/ibus - -PROJECTHOST= ibus - -USES= gmake pkgconfig -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/m17n|$${pkgdatadir}|g' \ - ${WRKSRC}/src/m17n.xml.in* - -.include <bsd.port.mk> |