pkgsrc-wip/scim-python/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

31 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/06/13 22:47:15 thomasklausner Exp $
#
DISTNAME= scim-python-0.1.13rc1
PKGREVISION= 1
CATEGORIES= inputmethod python
MASTER_SITES= http://scim-python.googlecode.com/files/
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config msgfmt
CONFIGURE_ARGS+= --disable-english-writer
CONFIGURE_ARGS+= --disable-pinyin
CONFIGURE_ARGS+= --disable-xingma
PY_PATCHPLIST= yes
.include "../../inputmethod/scim/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"