mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d2ff71776c
PR: 231612 Submitted by: wen@ Approved by: maintainer
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-sunpinyin
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= SunPinyin support for Fcitx
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
|
libsunpinyin.so:chinese/sunpinyin
|
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|