mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fff296bfe7
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-m17n
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PROJECTHOST= fcitx
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Multilingualization support for Fcitx
|
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
libm17n.so:${PORTSDIR}/devel/m17n-lib
|
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
|
USE_GNOME= intltool
|
|
|
|
.include <bsd.port.mk>
|