31 lines
592 B
Makefile
31 lines
592 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.2
|
||
|
CATEGORIES= chinese x11
|
||
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||
|
|
||
|
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>
|