summaryrefslogtreecommitdiffstats
path: root/devel/py-gobject/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 09:41:24 +0800
commit2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch)
treea95d6ef7b169e6753fca6a89006355f69851345e /devel/py-gobject/Makefile
parent97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff)
downloadmarcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst
marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-gobject/Makefile')
-rw-r--r--devel/py-gobject/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile
deleted file mode 100644
index f11585ed9..000000000
--- a/devel/py-gobject/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: py-gobject
-# Date created: 10 January 2006
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/py-gobject/Makefile,v 1.6 2006/04/12 05:50:34 marcus Exp $
-
-PORTNAME= gobject
-PORTVERSION= 2.10.1
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pygobject-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python bindings for GObject
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack glib20
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-
-CONFLICTS= py*-gtk-0*
-
-.include <bsd.port.mk>