50c97dbfef
While here, use the official site to fetch distfiles from Approved by: khng Differential Revision: https://reviews.freebsd.org/D37948
26 lines
609 B
Makefile
26 lines
609 B
Makefile
PORTNAME= xcb-imdkit
|
|
DISTVERSION= 1.0.5
|
|
CATEGORIES= x11 textproc
|
|
MASTER_SITES= https://download.fcitx-im.org/fcitx5/${PORTNAME}/
|
|
|
|
MAINTAINER= khng@FreeBSD.org
|
|
COMMENT= Input method development support for XCB
|
|
WWW= https://github.com/fcitx/xcb-imdkit
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-only.txt
|
|
|
|
BUILD_DEPENDS= uthash>=0:devel/uthash
|
|
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms \
|
|
libxcb-util.so:x11/xcb-util
|
|
|
|
USES= cmake compiler:c11 kde:5 pkgconfig tar:xz xorg
|
|
|
|
USE_KDE= ecm
|
|
USE_XORG= xcb
|
|
|
|
CMAKE_ON= SYSTEM_USE_UTHASH
|
|
|
|
PLIST_SUB= VER=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|