freebsd-ports/chinese/fcitx-googlepinyin/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
485 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-googlepinyin
PORTVERSION= 0.1.6
CATEGORIES= chinese
MASTER_SITES= GOOGLE_CODE
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Libgooglepinyin support for Fcitx
LICENSE= GPLv3
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
libgooglepinyin.so:chinese/libgooglepinyin
USES= tar:xz cmake gettext pkgconfig iconv
USE_GNOME= intltool
INSTALLS_ICONS= yes
PROJECTHOST= fcitx
.include <bsd.port.mk>