mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
036f2c5ce6
LIB_DEPENDS in chinese
29 lines
591 B
Makefile
29 lines
591 B
Makefile
# 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= lichray@gmail.com
|
|
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}
|
|
|
|
USE_XZ= yes
|
|
USES= cmake gettext pkgconfig
|
|
USE_GNOME= intltool
|
|
INSTALLS_ICONS= yes
|
|
|
|
PROJECTHOST= fcitx
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|