summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-desktop/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 /x11-toolkits/py-gnome-desktop/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 'x11-toolkits/py-gnome-desktop/Makefile')
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile56
1 files changed, 0 insertions, 56 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
deleted file mode 100644
index c16fe96fa..000000000
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: py-gnome-desktop
-# Date created: 20 January 2006
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.38 2006/03/12 23:31:31 marcus Exp $
-#
-
-PORTNAME= gnome
-PORTVERSION= 2.14.0
-CATEGORIES= x11-toolkits python gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/..$//}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -desktop
-DISTNAME= gnome-python-desktop-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings used by modules in the GNOME Desktop
-
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \
- totem-plparser.2:${PORTSDIR}/multimedia/totem-gstreamer \
- gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack libgnomeprintui gnomepanel \
- gtksourceview libwnck nautiluscdburner pygnome2 metacity
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-EG_SRC_DIR= ${WRKSRC}/examples
-EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
-.if !defined(NOPORTDOCS)
-DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop
-.else
-DOCSDIR= ${WRKSRC}/share/doc/py-gnome-desktop
-.endif
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
- -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${EG_DST_DIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
-.endif
-
-.include <bsd.port.post.mk>