openbsd-ports/inputmethods/ibus-anthy/Makefile
sthen 3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00

40 lines
832 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/10/24 15:53:55 sthen Exp $
COMMENT = japanese input engine for ibus
DISTNAME = ibus-anthy-1.2.1
CATEGORIES = inputmethods japanese
HOMEPAGE = http://code.google.com/p/ibus/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = anthy anthydic m util
WANTLIB += ${MODPY_WANTLIB}
MASTER_SITES = http://ibus.googlecode.com/files/
MODULES = lang/python \
textproc/intltool
BUILD_DEPENDS = ::devel/swig
RUN_DEPENDS = ::inputmethods/ibus
LIB_DEPENDS = ::inputmethods/anthy \
${MODPY_LIB_DEPENDS}
USE_GMAKE = Yes
USE_LIBTOOL = Yes
LIBTOOL_FLAGS = --tag=disable-static
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
DATADIRNAME="share"
.include <bsd.port.mk>