2012-10-22 09:54:32 +02:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fcitx-rime
|
|
|
|
PORTVERSION= 0.1.2
|
2013-02-04 01:44:34 +01:00
|
|
|
PORTREVISION= 1
|
2012-10-22 09:54:32 +02:00
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
DIST_SUBDIR= fcitx
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= RIME support for Fcitx
|
|
|
|
|
2013-12-11 15:58:29 +01:00
|
|
|
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
|
|
|
librime.so:${PORTSDIR}/chinese/librime
|
2012-10-22 09:54:32 +02:00
|
|
|
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
|
|
|
|
USE_XZ= yes
|
2013-04-24 09:35:40 +02:00
|
|
|
USES= cmake gettext
|
2012-10-22 09:54:32 +02:00
|
|
|
USE_GNOME= intltool
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
|
2013-09-20 18:01:22 +02:00
|
|
|
NO_STAGE= yes
|
2012-10-22 09:54:32 +02:00
|
|
|
.include <bsd.port.mk>
|