freebsd-ports/chinese/fcitx-rime/Makefile

27 lines
513 B
Makefile
Raw Normal View History

# 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
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= RIME support for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
librime.so:${PORTSDIR}/chinese/librime
USE_LDCONFIG= ${PREFIX}/lib/fcitx/
USE_XZ= yes
USES= cmake gettext
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
NO_STAGE= yes
.include <bsd.port.mk>