summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-desktop/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /x11-toolkits/py-gnome-desktop/Makefile
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-desktop/Makefile')
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile64
1 files changed, 0 insertions, 64 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
deleted file mode 100644
index 1d46eb3c8..000000000
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ /dev/null
@@ -1,64 +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.98 2010/03/31 06:20:26 avl Exp $
-#
-
-PORTNAME= gnome-desktop
-PORTVERSION= 2.30.0
-PORTREVISION= 1
-CATEGORIES= x11-toolkits python gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-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
-
-BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
- totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \
- gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
- gnome-keyring:${PORTSDIR}/security/gnome-keyring \
- brasero-media.2:${PORTSDIR}/sysutils/brasero \
- evdocument.2:${PORTSDIR}/graphics/evince
-RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \
- gtksourceview libwnck nautilus2 pygnome2 metacity \
- evolutiondataserver
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn
-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} --exclude *nautilusburn* -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
- ${CHMOD} -R go-w ${EG_DST_DIR}
-.endif
-
-.include <bsd.port.post.mk>