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
22 lines
497 B
Makefile
22 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>
|