summaryrefslogtreecommitdiffstats
path: root/graphics/py-clutter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-clutter/Makefile')
-rw-r--r--graphics/py-clutter/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile
deleted file mode 100644
index 25d382756..000000000
--- a/graphics/py-clutter/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: py-clutter
-# Date created: 2008-12-26
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/py-clutter/Makefile,v 1.5 2010/02/15 10:22:20 kwm Exp $
-#
-
-PORTNAME= clutter
-PORTVERSION= 1.0.0
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= py${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python modules for Clutter toolkit
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
- ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
- ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo
-LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-USE_GNOME= gnomehack pygnome2 pygtk2
-USE_PYTHON= 2.5+
-CONFIGURE_ARGS= --disable-docs
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-.include <bsd.port.mk>