diff options
Diffstat (limited to 'graphics/py-clutter/Makefile')
-rw-r--r-- | graphics/py-clutter/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile deleted file mode 100644 index 39eef04974c..00000000000 --- a/graphics/py-clutter/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2013/06/06 12:53:50 wiz Exp $ -# - -DISTNAME= pyclutter-1.0.2 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} -PKGREVISION= 18 -CATEGORIES= graphics -MASTER_SITES= http://source.clutter-project.org/sources/pyclutter/1.0/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.clutter-project.org/ -COMMENT= Python modules for Clutter toolkit -LICENSE= gnu-lgpl-v2.1 - -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" |