1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/textproc/fcitx-m17n/Makefile
Alexey Dokuchaev b8461422f0 - Update to version 0.1.4
- Cleanup Makefile a bit while here

PR:	ports/175244
2013-01-28 06:27:39 +00:00

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>