Changeset View
Changeset View
Standalone View
Standalone View
x11/xcb-imdkit/Makefile
- This file was added.
| # Created by: Ka Ho Ng <khng300@gmail.com> | |||||
| # $FreeBSD$ | |||||
| PORTNAME= xcb-imdkit | |||||
| DISTVERSION= 1.0.1 | |||||
| CATEGORIES= x11 textproc | |||||
| MAINTAINER= khng300@gmail.com | |||||
| COMMENT= Input method development support for XCB | |||||
| LICENSE= LGPL21+ | |||||
| BUILD_DEPENDS= uthash>=0:devel/uthash | |||||
| LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ | |||||
| libxcb-keysyms.so:x11/xcb-util-keysyms | |||||
| USES= cmake pkgconfig kde:5 xorg | |||||
| CMAKE_ON= SYSTEM_USE_UTHASH | |||||
| USE_KDE= ecm | |||||
| USE_XORG= xcb | |||||
| USE_GITHUB= yes | |||||
| GH_ACCOUNT= fcitx | |||||
| .include <bsd.port.mk> | |||||