freebsd-ports/chinese/fcitx-sunpinyin/Makefile
Xin LI 3390f7060e Update fcitx and friends:
- fcitx to 4.2.0, always depend on dbus
 - fcitx-cloudpinyin to 0.2.0
 - fcitx-configtool to 0.4.0
 - fcitx-googlepinyin to 0.1.4
 - fcitx-sunpinyin to 0.3.3
 - fcitx-ui-light to 0.1.3
 - libgooglepinyin to 0.1.2

PR:		ports/164820
Submitted by:	maintainer (Zhihao Yuan <lichray gmail com>
2012-02-07 20:57:08 +00:00

31 lines
607 B
Makefile

# New ports collection makefile for: fcitx-sunpinyin
# Date created: 10 Nov 2011
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fcitx-sunpinyin
PORTVERSION= 0.3.3
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= SunPinyin support for Fcitx
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
sunpinyin.3:${PORTSDIR}/chinese/sunpinyin
USE_BZIP2= yes
USE_GETTEXT= yes
USE_CMAKE= yes
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>