200e3c4a04
version, and bump all depends. Per discussion on pkgsrc-changes.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.2 2010/09/14 11:02:12 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= scim-python-0.1.13rc1
|
|
PKGREVISION= 2
|
|
CATEGORIES= inputmethod python
|
|
MASTER_SITES= http://scim-python.googlecode.com/files/
|
|
DISTFILES= ${DEFAULT_DISTFILES} ${DBTAR}
|
|
|
|
MAINTAINER= obache@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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config msgfmt
|
|
|
|
# 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
|
|
|
|
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"
|