2011-11-11 16:47:43 +01:00
|
|
|
# New ports collection makefile for: fcitx-sunpinyin
|
|
|
|
# Date created: 10 Nov 2011
|
|
|
|
# Whom: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fcitx-sunpinyin
|
2012-05-25 09:45:08 +02:00
|
|
|
PORTVERSION= 0.3.6
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2011-11-14 01:41:34 +01:00
|
|
|
CATEGORIES= chinese
|
2011-11-11 16:47:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2011-11-14 01:41:34 +01:00
|
|
|
DIST_SUBDIR= fcitx
|
2011-11-11 16:47:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= SunPinyin support for Fcitx
|
|
|
|
|
|
|
|
LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \
|
|
|
|
sunpinyin.3:${PORTSDIR}/chinese/sunpinyin
|
|
|
|
|
2012-05-01 00:57:38 +02:00
|
|
|
USE_XZ= yes
|
2011-11-11 16:47:43 +01:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_GNOME= intltool
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|