pkgsrc/graphics/py-clutter/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2009/05/19 08:59:18 wiz Exp $
#
DISTNAME= pyclutter-0.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/0.8/
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
PREV_PKGPATH= graphics/py-pyclutter
SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
PYTHON_VERSIONS_ACCEPTED= 25 24
PKGCONFIG_OVERRIDE+= pyclutter.pc.in
PY_PATCHPLIST= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
BUILDLINK_API_DEPENDS.clutter+= clutter>=0.8.4
.include "../../graphics/clutter/buildlink3.mk"
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"