blob: d3f7fc0f29fb3151c4cec6395569c07fce4096a4 (
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
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= fcitx-hangul
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= korean
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Hangul support for Fcitx
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libhangul.so:korean/libhangul
USES= cmake gettext gnome pkgconfig tar:xz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>
|