mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
d2ff71776c
PR: 231612 Submitted by: wen@ Approved by: maintainer
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fcitx-m17n
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
|
|
DIST_SUBDIR= fcitx
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Multilingualization support for Fcitx
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
|
libm17n.so:devel/m17n-lib
|
|
|
|
USES= cmake gettext pkgconfig tar:xz
|
|
|
|
.include <bsd.port.mk>
|