1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/fcitx-m17n/Makefile
Adam Weinberger fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00

21 lines
446 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= fcitx-m17n
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
COMMENT= Multilingualization support for Fcitx
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
libm17n.so:${PORTSDIR}/devel/m17n-lib
USES= cmake gettext pkgconfig tar:xz
USE_GNOME= intltool
.include <bsd.port.mk>