ports/textproc/fcitx-table-other/Makefile
Yuri Victorovich a9c0d2f56d New port: textproc/fcitx-table-other: Table-based input methods for Fcitx
PR:		216971
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2018-05-23 08:28:55 +00:00

21 lines
475 B
Makefile

# $FreeBSD$
PORTNAME= fcitx-table-other
DISTVERSION= 0.2.3
CATEGORIES= textproc
MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/
DIST_SUBDIR= fcitx
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= Table-based input methods for Fcitx
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx
USES= cmake:outsource gettext tar:xz
NO_ARCH= yes
STRIP= # ninja breaks without this: unknown target 'install/strip'
.include <bsd.port.mk>