pkgsrc/x11/py-kiwi/Makefile
wiz 92e0cb52cb 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:43:46 +00:00

29 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/06/13 22:45:49 wiz Exp $
#
DISTNAME= kiwi-1.9.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= x11 python
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/kiwi/1.9/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.async.com.br/projects/kiwi/
COMMENT= Framework and a set of enhanced PyGTK widgets
PKG_DESTDIR_SUPPORT= user-destdir
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
PYTHON_VERSIONS_ACCEPTED= 25
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
INSTALLATION_DIRS+= ${PYSITELIB}
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"