Makefile 587 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.15 2016/03/18 21:38:24 naddy Exp $
  2. COMMENT= chewing input method for uim
  3. V = 0.1.0
  4. DISTNAME= uim-chewing-$V
  5. REVISION = 1
  6. CATEGORIES= inputmethods chinese
  7. HOMEPAGE= https://github.com/uim/uim-chewing
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += chewing gcroots uim uim-scm
  11. MODULES= devel/gettext
  12. MASTER_SITES= https://github.com/uim/uim-chewing/releases/download/uim-chewing-$V/
  13. LIB_DEPENDS= chinese/libchewing \
  14. inputmethods/uim>=1.8.6
  15. LIBTOOL_FLAGS= --tag=disable-static
  16. CONFIGURE_STYLE=gnu
  17. CONFIGURE_ARGS= --disable-static
  18. .include <bsd.port.mk>