mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
PORTNAME= fcitx-anthy
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
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 gnome pkgconfig tar:xz
|
|
|
|
.include <bsd.port.mk>
|