freebsd-ports/textproc/fcitx-table-other/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

23 lines
497 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
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>