Advertisement
uaa

[wip:20210919] inputmethods/ibus-kkc/Makefile

uaa
Sep 18th, 2021
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # $OpenBSD: Makefile,v 1.90 2021/02/25 21:59:27 sthen Exp $
  2.  
  3. COMMENT = japanese libkkc engine for ibus
  4.  
  5. VERSION = 20170607
  6. DISTNAME = ibus-kkc
  7. PKGNAME = ibus-kkc-${VERSION}
  8.  
  9. GH_ACCOUNT = ueno
  10. GH_PROJECT = ibus-kkc
  11. GH_COMMIT = f7516ae20cb648cd8b0904aec5853d3a3d2611c4
  12.  
  13. CATEGORIES = inputmethods japanese
  14.  
  15. HOMEPAGE = https://github.com/ueno/ibus-kkc/
  16.  
  17. # GPLv2
  18. PERMIT_PACKAGE = Yes
  19.  
  20. WANTLIB = ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext \
  21. Xfixes Xi Xinerama Xrandr Xrender c epoxy expat fontconfig \
  22. freetype m pixman-1 xcb xcb-render xcb-shm z \
  23. atk-1.0 atk-bridge-2.0 cairo cairo-gobject ffi fribidi \
  24. gdk-3 gdk_pixbuf-2.0 gee-0.8 gio-2.0 glib-2.0 gmodule-2.0 \
  25. gobject-2.0 graphite2 gtk-3 harfbuzz ibus-1.0 iconv \
  26. intl json-glib-1.0 kkc marisa pango-1.0 pangocairo-1.0 \
  27. pangoft2-1.0 pcre png
  28.  
  29. BUILD_DEPENDS = devel/gettext,-tools \
  30. lang/vala
  31.  
  32. LIB_DEPENDS = devel/atk \
  33. devel/json-glib \
  34. devel/libffi \
  35. devel/libgee \
  36. devel/glib2 \
  37. graphics/cairo \
  38. graphics/graphite2 \
  39. inputmethods/ibus \
  40. inputmethods/libkkc \
  41. textproc/libmarisa \
  42. x11/gtk+3
  43.  
  44. USE_GMAKE = Yes
  45.  
  46. CONFIGURE_STYLE = autoreconf
  47. AUTOCONF_VERSION = 2.69
  48. AUTOMAKE_VERSION = 1.15
  49.  
  50. NO_TEST = Yes
  51.  
  52. .include <bsd.port.mk>
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement