freebsd-ports/korean/fcitx-hangul/Makefile
Wen Heping 3fad7b5d3c - Update to 0.2.0
PR:		174123
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-12-16 13:46:59 +00:00

28 lines
542 B
Makefile

# 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
USE_GETTEXT= yes
USE_CMAKE= yes
USE_GNOME= intltool
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>