freebsd-ports/korean/fcitx-hangul/Makefile
Wen Heping d2ff71776c - Fix build by adding bash as BUILD_DEPENDS
PR:		231612
Submitted by:	wen@
Approved by:	maintainer
2018-11-11 11:47:33 +00:00

26 lines
562 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
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 pkgconfig tar:xz
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>