0554e323ba
- Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket
26 lines
547 B
Makefile
26 lines
547 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= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
libhangul.so:${PORTSDIR}/korean/libhangul
|
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
|
USE_GNOME= intltool
|
|
INSTALLS_ICONS= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
|
|
|
.include <bsd.port.mk>
|