summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /x11-toolkits/py-gtk2/Makefile
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r--x11-toolkits/py-gtk2/Makefile72
1 files changed, 0 insertions, 72 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
deleted file mode 100644
index 4052e0a3d..000000000
--- a/x11-toolkits/py-gtk2/Makefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# New ports collection makefile for: py-gtk2
-# Date created: 08/13/2002
-# Whom: marc@informatik.uni-bremen.de
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.53 2007/08/27 21:37:51 mezz Exp $
-#
-
-PORTNAME= gtk
-PORTVERSION= 2.12.0
-CATEGORIES= x11-toolkits python
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pygtk-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings for GTK+
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
- ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject
-RUN_DEPENDS= ${PYNUMERIC} \
- ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo \
- ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnometarget libglade2
-USE_PYTHON= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-lintl" \
- PYTHON="${PYTHON_VERSION}"
-CONFIGURE_ARGS= --disable-docs
-LDFLAGS+= -L${LOCALBASE}/lib
-
-DOCSDIR= ${PREFIX}/share/doc/py-gtk
-EG_SRC_DIR= ${WRKSRC}/examples
-EXAMPLESDIR= ${PREFIX}/share/examples/py-gtk
-
-CONFLICTS= py*-gtk-0*
-
-#
-# Use the same way as the Python port to determine if we want
-# threading support.
-#
-.if !defined(WITHOUT_THREADS)
-CONFIGURE_ARGS+= --enable-thread
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
-.else
-CONFIGURE_ARGS+= --disable-thread
-.if defined(LDFLAGS)
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
-.endif
-.endif
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR}
- ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555
- ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/THREADS ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>