mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18b73e0fe0
- Update chinese/fcitx-configtool to 0.4.0 - Update chinese/fcitx-cloudpinyin to 0.2.0 - Update chinese/fcitx-sunpinyin to 0.3.3 - Update chinese/fcitx to 4.2.2 - Update textproc/fcitx-keyboard to 0.1.0 PR: ports/166689 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
32 lines
605 B
Makefile
32 lines
605 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.5
|
|
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_XZ= yes
|
|
USE_GETTEXT= yes
|
|
USE_CMAKE= yes
|
|
USE_GNOME= intltool
|
|
INSTALLS_ICONS= yes
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|