Makefile 973 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # $OpenBSD: Makefile,v 1.18 2016/10/01 11:54:16 naddy Exp $
  2. COMMENT = japanese input engine for ibus
  3. DISTNAME = ibus-anthy-1.5.4
  4. REVISION = 0
  5. SHARED_LIBS = anthygobject-1.0 1.0 # 5.504
  6. CATEGORIES = inputmethods japanese
  7. HOMEPAGE = https://code.google.com/p/ibus/
  8. MAINTAINER = Federico G. Schwindt <fgsch@openbsd.org>
  9. # GPLv2
  10. PERMIT_PACKAGE_CDROM = Yes
  11. WANTLIB = anthy anthydic ffi glib-2.0 gobject-2.0 m pcre pthread
  12. MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=ibus/}
  13. MODULES = devel/gettext \
  14. lang/python \
  15. textproc/intltool
  16. BUILD_DEPENDS = inputmethods/ibus>=1.5.0
  17. RUN_DEPENDS = devel/desktop-file-utils \
  18. inputmethods/ibus>=1.5.0 \
  19. x11/gtk+3,-guic
  20. LIB_DEPENDS = inputmethods/anthy
  21. USE_GMAKE = Yes
  22. LIBTOOL_FLAGS = --tag=disable-static
  23. CONFIGURE_STYLE = gnu
  24. CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
  25. CONFIGURE_ARGS = --with-kasumi-exec=${LOCALBASE}/bin/kasumi \
  26. --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
  27. .include <bsd.port.mk>