Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.7 2012/10/06 14:25:12 asau Exp $
#
# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:11 wiz Exp $
DISTNAME= ibus-table-1.3.0.20100621
PKGREVISION= 5
DISTNAME= ibus-table-1.5.0
PKGREVISION= 1
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= The Table engine for IBus platform
COMMENT= Table engine for IBus platform
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
@@ -19,22 +18,14 @@ USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ibus-table.pc.in
CONFIGURE_ARGS+= --disable-additional
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= engine/tabcreatedb.py
SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g'
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= engine/ibus-engine-table.in
SUBST_FILES.epython+= engine/ibus-table-createdb.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
REPLACE_PYTHON+= engine/tabcreatedb.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.0
.include "../../lang/python/application.mk"
BUILDLINK_ABI_DEPENDS.ibus+= ibus>=1.1.0
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"