aboutsummaryrefslogtreecommitdiff
path: root/textproc/fcitx-table-other/Makefile
blob: 08cc37680dd99f2101aaa4b062ee4f144704e9c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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
BUILD_DEPENDS=	bash:shells/bash

USES=		cmake gettext tar:xz
NO_ARCH=	yes
STRIP=		# ninja breaks without this: unknown target 'install/strip'

.include <bsd.port.mk>