1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/korean/fcitx-hangul/Makefile
Alex Kozlov 08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00

28 lines
531 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
USES= cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>