# Created by: Shen Chuan-Hsing # $FreeBSD$ PORTNAME= wenju PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Collection of writing tools in Chinese USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes OPTIONS_DEFINE= NLS NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-install: ${LOCALBASE}/bin/gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules .include