summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome-extras/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 05:46:12 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 05:46:12 +0800
commitdff320e95e1d0a6aed0ec85efb495575ec0614b4 (patch)
treee1eb7ef4390eb0a4109fc8c2bf1e21c1ab33c3f4 /x11-toolkits/py-gnome-extras/Makefile
parentc916094aec2d5c829e79b8ed901cacbe8e477c16 (diff)
downloadmarcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.gz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.bz2
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.lz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.xz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.zst
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.zip
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras/Makefile')
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile66
1 files changed, 0 insertions, 66 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
deleted file mode 100644
index 7ab89243a..000000000
--- a/x11-toolkits/py-gnome-extras/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: py-gnome-extras
-# Date created: 22 November 2005
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.25 2005/11/26 05:11:25 ahze Exp $
-#
-
-PORTNAME= gnome
-PORTVERSION= 2.12.1
-PORTREVISION= 1
-CATEGORIES= x11-toolkits python gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -extras
-DISTNAME= gnome-python-extras-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings for GNOME 2
-
-LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \
- gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \
- totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \
- gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
- gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
- gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \
- gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
-
-USE_GECKO= firefox mozilla seamonkey
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel \
- gtksourceview libwnck nautiluscdburner pygnome2
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --with-gtkmozembed=${GECKO}
-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-extras
-.else
-DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras
-.endif
-
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
-
-post-patch:
- @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \
- -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g'
- @${REINPLACE_CMD} -e 's|-DHAVE_GNOMEPRINT28||g' \
- ${WRKSRC}/configure
-
-.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>