View | Details | Raw Unified | Return to bug 84694
Collapse All | Expand All

(-)skim/Makefile (-1 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	skim
8
PORTNAME=	skim
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.4.0
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	textproc kde
11
CATEGORIES=	textproc kde
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	scim
13
MASTER_SITE_SUBDIR=	scim
Lines 42-47 Link Here
42
CONFIGURE_ENV+=	CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \
42
CONFIGURE_ENV+=	CXXFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__ ${CFLAGS}" \
43
		LDFLAGS="-L${LOCALBASE}/lib -lintl"
43
		LDFLAGS="-L${LOCALBASE}/lib -lintl"
44
.endif
44
.endif
45
46
post-patch:
47
	${REINPLACE_CMD} s,bash,sh,g ${WRKSRC}/src/scim-panel-kde.in
45
48
46
do-configure:
49
do-configure:
47
	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure
50
	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure
(-)skim/pkg-message (-1 / +6 lines)
Lines 9-21 Link Here
9
 Chinese:
9
 Chinese:
10
  chinese/scim-tables	Table based input methods: Array30, CangJie, Cantonese,
10
  chinese/scim-tables	Table based input methods: Array30, CangJie, Cantonese,
11
                        Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin
11
                        Dayi, Erbi, EZ, Jyutping, Simplex, Wubi, Ziranma, ZhuYin
12
  chinese/scim-chinese	Smart pinyin
12
  chinese/scim-pinyin	Smart pinyin
13
  chinese/scim-chewing	Chewing
13
14
14
 Korean:
15
 Korean:
15
  korean/scim-tables	Table based input methods: Hangul, Hanja
16
  korean/scim-tables	Table based input methods: Hangul, Hanja
16
17
17
 Japanese:
18
 Japanese:
18
  japanese/scim-tables	Table based input methods: HIRAGANA, KATAKANA, Nippon
19
  japanese/scim-tables	Table based input methods: HIRAGANA, KATAKANA, Nippon
20
  japanese/scim-anthy	Anthy
21
  japanese/scim-canna	Canna
22
  japanese/scim-skk	SKK
23
  japanese/scim-uim	UIM
19
24
20
You can use the command `skim' to start after properly setting SCIM (please
25
You can use the command `skim' to start after properly setting SCIM (please
21
refer to the message displayed by scim installation).
26
refer to the message displayed by scim installation).

Return to bug 84694