Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.23 2014/01/25 10:30:11 wiz Exp $
# $NetBSD: Makefile,v 1.27 2015/03/15 17:25:55 hiramatsu Exp $
DISTNAME= scim-python-0.1.13rc1
PKGREVISION= 21
PKGREVISION= 22
CATEGORIES= inputmethod python
MASTER_SITES= http://scim-python.googlecode.com/files/
DISTFILES= ${DEFAULT_DISTFILES} ${DBTAR}
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/scim-python/
COMMENT= Python wrapper for Smart Common Input Method platform
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
@@ -20,6 +20,10 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config msgfmt
OPSYSVARS+= BUILDLINK_TRANSFORM
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./scim.version-script
# taken from ${WRKSRC}/python/engine/PinYin/Makefile.in
DBVER= 0.1.10.5
DBTAR= pinyin-database-${DBVER}.tar.bz2
@@ -29,7 +33,7 @@ post-extract:
${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db
PY_PATCHPLIST= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2
REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py
.include "../../inputmethod/scim/buildlink3.mk"