blob: 9d7c4f9556ec6fc687743400d754ec44128194f2 (
plain)
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
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= fcitx-hangul
PORTVERSION= 0.2.0
CATEGORIES= korean
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Hangul support for Fcitx
LICENSE= GPLv2
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
hangul:${PORTSDIR}/korean/libhangul
USE_XZ= yes
USES= cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>
|