Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
38 lines
943 B
Makefile
38 lines
943 B
Makefile
# $NetBSD: Makefile,v 1.14 2010/06/13 22:44:42 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pyclutter-1.0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/1.0/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Python modules for Clutter toolkit
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
PREV_PKGPATH= graphics/py-pyclutter
|
|
SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= pyclutter.pc.in
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
PLIST_VARS+= x11
|
|
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.if !empty(PKG_BUILD_OPTIONS.clutter:Mx11)
|
|
PLIST.x11= yes
|
|
.endif
|
|
.include "../../graphics/py-cairo/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|