opnsense-ports/textproc/fcitx-table-other/Makefile
Franco Fichtner eb680e551f */*: sync with upstream
Taken from: HardenedBSD
2018-05-24 09:09:32 +02: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>