mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
b8461422f0
- Cleanup Makefile a bit while here PR: ports/175244
23 lines
441 B
Makefile
23 lines
441 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= fcitx-config:${PORTSDIR}/chinese/fcitx \
|
|
m17n:${PORTSDIR}/devel/m17n-lib
|
|
|
|
USE_XZ= yes
|
|
USE_GETTEXT= yes
|
|
USE_CMAKE= yes
|
|
USE_GNOME= intltool
|
|
|
|
.include <bsd.port.mk>
|