aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/fcitx-sunpinyin/Makefile
blob: fd7517c3cb6f37e43cbb2b49bc277bfd751083d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$

PORTNAME=   fcitx-sunpinyin
PORTVERSION=    0.3.9
CATEGORIES= chinese
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
DIST_SUBDIR=    fcitx

MAINTAINER= ports@FreeBSD.org
COMMENT=    SunPinyin support for Fcitx

LIB_DEPENDS=    libfcitx-config.so:${PORTSDIR}/chinese/fcitx
BUILD_DEPENDS=  zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       cmake gettext pkgconfig tar:xz
USE_GNOME=  intltool
INSTALLS_ICONS= yes

PROJECTHOST=    fcitx

NO_STAGE=   yes
post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>