mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
bc9c6967eb
together PR: ports/162487 Submitted by: maintainer (Zhihao Yuan) Feature safe: yes
32 lines
607 B
Makefile
32 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.2
|
|
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>
|