diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-30 04:05:12 +0800 |
commit | a3b5135851621cb514e7708d11f9dc82f851ea5c (patch) | |
tree | b2b32cc424aeb8dc4d13263958511bf8ca92bc34 /graphics/py-clutter-gtk | |
parent | 095098375dd5bb1d27d533ffc7dc27305e105c95 (diff) | |
download | marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2 marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip |
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-clutter-gtk')
-rw-r--r-- | graphics/py-clutter-gtk/Makefile | 37 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/py-clutter-gtk/pkg-plist | 10 |
4 files changed, 0 insertions, 53 deletions
diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile deleted file mode 100644 index 3f7af6197..000000000 --- a/graphics/py-clutter-gtk/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-clutter-gtk -# Date created: 04 Sep 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= clutter -PORTVERSION= 0.9.3 -CATEGORIES= graphics -#MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ -MASTER_SITES= LOCAL/kwm -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= gtk -DISTNAME= py${PORTNAME}-gtk-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python modules for Clutter-gtk toolkit - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ - ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter -LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk - -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> diff --git a/graphics/py-clutter-gtk/distinfo b/graphics/py-clutter-gtk/distinfo deleted file mode 100644 index 847fdb293..000000000 --- a/graphics/py-clutter-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyclutter-gtk-0.9.3.tar.gz) = bd384f40119f7af5b3ec5eb28da14855 -SHA256 (pyclutter-gtk-0.9.3.tar.gz) = 8e05bc93254f3f5b0bcbaea73f58101a7b980b574018a97f9413f2af4eb9e443 -SIZE (pyclutter-gtk-0.9.3.tar.gz) = 312307 diff --git a/graphics/py-clutter-gtk/pkg-descr b/graphics/py-clutter-gtk/pkg-descr deleted file mode 100644 index 9fdb41a52..000000000 --- a/graphics/py-clutter-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for clutter-gtk - -WWW: http://www.clutter-project.org diff --git a/graphics/py-clutter-gtk/pkg-plist b/graphics/py-clutter-gtk/pkg-plist deleted file mode 100644 index 2db5df914..000000000 --- a/graphics/py-clutter-gtk/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.py -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyc -%%PYTHON_SITELIBDIR%%/cluttergtk/__init__.pyo -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.a -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.la -%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.so -libdata/pkgconfig/pyclutter-gtk-0.9.pc -share/pyclutter/1.0/defs/cluttergtk.defs -share/pyclutter/1.0/defs/cluttergtk-types.defs -@dirrm %%PYTHON_SITELIBDIR%%/cluttergtk |