1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/japanese/fcitx-anthy/Makefile
Wen Heping 5578208138 - Update to 0.2.3
PR:		231621
Submitted by:	ryo@tetera.org
Approved by:	maintainer
2018-11-11 11:19:39 +00:00

23 lines
469 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-anthy
PORTVERSION= 0.2.3
CATEGORIES= japanese
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Anthy support for Fcitx
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libanthy.so:japanese/anthy
USES= cmake gettext pkgconfig tar:xz
INSTALLS_ICONS= yes
.include <bsd.port.mk>