openbsd-ports/inputmethods/uim-chewing/Makefile

39 lines
719 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:21:44 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= chewing input method for uim
2009-01-09 02:38:09 -05:00
DISTNAME= uim-chewing-0.0.4.1
2010-07-24 07:44:17 -04:00
REVISION= 0
CATEGORIES= inputmethods chinese
HOMEPAGE= http://code.google.com/p/uim/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-24 07:44:17 -04:00
WANTLIB += chewing gcroots uim uim-scm
MODULES= devel/gettext
MASTER_SITES= http://uim.googlecode.com/files/
2010-07-24 07:44:17 -04:00
LIB_DEPENDS= ::chinese/libchewing \
::inputmethods/uim
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-static
.include <bsd.port.mk>