Advertisement
uaa

[wip:20210918] inputmethods/fcitx-kkc/Makefile

uaa
Sep 18th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # $OpenBSD: Makefile,v 1.90 2021/02/25 21:59:27 sthen Exp $
  2. # Use /usr/ports/infrastructure/bin/portcheck
  3.  
  4. COMMENT = libkkc wrapper for fcitx
  5.  
  6. GH_ACCOUNT = fcitx
  7. GH_PROJECT = fcitx-kkc
  8. GH_TAGNAME = 0.1.4
  9.  
  10. CATEGORIES = inputmethods japanese
  11.  
  12. HOMEPAGE = https://fcitx-im.org/
  13.  
  14. # GPLv3
  15. PERMIT_PACKAGE = Yes
  16.  
  17. WANTLIB = glib-2.0 gobject-2.0 intl kkc
  18.  
  19. COMPILER = base-clang ports-gcc base-gcc
  20.  
  21. MODULES = devel/cmake
  22.  
  23. BUILD_DEPENDS = devel/gettext,-tools \
  24. inputmethods/fcitx,-main
  25. RUN_DEPENDS = inputmethods/fcitx,-main \
  26. x11/gtk+3,-guic
  27. LIB_DEPENDS = inputmethods/libkkc
  28.  
  29. CONFIGURE_ARGS = -DENABLE_QT=Off
  30.  
  31. NO_TEST = Yes
  32.  
  33. .include <bsd.port.mk>
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement