2012-11-08 15:50:14 +01:00
|
|
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-hangul
|
2012-12-16 14:46:59 +01:00
|
|
|
PORTVERSION= 0.2.0
|
2012-11-08 15:50:14 +01:00
|
|
|
CATEGORIES= korean
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
DIST_SUBDIR= fcitx
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= Hangul support for Fcitx
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-07-03 19:33:14 +02:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
libhangul.so:${PORTSDIR}/korean/libhangul
|
2012-11-08 15:50:14 +01:00
|
|
|
|
2014-07-03 19:33:14 +02:00
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
2012-11-08 15:50:14 +01:00
|
|
|
USE_GNOME= intltool
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|