mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
5578208138
PR: 231621 Submitted by: ryo@tetera.org Approved by: maintainer
23 lines
469 B
Makefile
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>
|