# Created by: Nikola Lecic # $FreeBSD$ PORTNAME= m17n-contrib PORTVERSION= 1.1.14 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= m17n MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= User-contributed input methods for the m17n library BUILD_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db RUN_DEPENDS= m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db USES= gmake GNU_CONFIGURE= yes OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|^m17n_scriptdir = $${m17ndir}/scripts|m17n_scriptdir = ${LOCALBASE}/bin|'\ ${WRKSRC}/Makefile.in .include