aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/wenju/Makefile
blob: 8b377731e395a0da5fe20f2689201c9289abcea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
# $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

.include <bsd.port.options.mk>

.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 <bsd.port.mk>