8d04ae4456
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2015/11/25 12:50:57 jperkin Exp $
|
|
|
|
DISTNAME= ibus-anthy-1.5.6
|
|
CATEGORIES= inputmethod japanese
|
|
MASTER_SITES= https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ibus/
|
|
COMMENT= Anthy engine for IBus input platform
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi
|
|
DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus
|
|
DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= pkg-config msgfmt gmake intltool
|
|
|
|
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
CONFIGURE_ARGS+= --with-kasumi-exec=${LOCALBASE}/bin/kasumi
|
|
CONFIGURE_ARGS+= --with-kasumi-icon=${LOCALBASE}/share/pixmaps/kasumi.png
|
|
CONFIGURE_ARGS+= --with-layout=default
|
|
#CONFIGURE_ARGS+= --enable-pygtk2-anthy
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.gobject-introspection= build
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
PY_PATCHPLIST= yes
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../inputmethod/anthy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|