42 lines
1.4 KiB
Makefile
42 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.34 2017/01/01 14:43:44 wiz Exp $
|
|
|
|
DISTNAME= scim-python-0.1.13rc1
|
|
PKGREVISION= 24
|
|
CATEGORIES= inputmethod python
|
|
MASTER_SITES= http://scim-python.googlecode.com/files/
|
|
DISTFILES= ${DEFAULT_DISTFILES} ${DBTAR}
|
|
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
|
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--version-script=./scim.version-script
|
|
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
|
|
|
|
post-extract:
|
|
${TOUCH} ${WRKSRC}/python/engine/PinYin/${DBTAR}
|
|
${CP} ${WRKDIR}/py.db ${WRKSRC}/python/engine/PinYin/py.db
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
|
|
REPLACE_PYTHON+= python/engine/XingMa/XMCreateDB.py
|
|
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|