summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r--x11-toolkits/py-gtk2/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
deleted file mode 100644
index a55e81c63..000000000
--- a/x11-toolkits/py-gtk2/Makefile
+++ /dev/null
@@ -1,67 +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.28 2005/10/05 03:59:26 marcus Exp $
-#
-
-PORTNAME= gtk
-PORTVERSION= 2.8.2
-CATEGORIES= x11-toolkits python
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/pygtk/2.8
-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
-RUN_DEPENDS= ${PYNUMERIC} \
- ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnometarget libglade2
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-lintl"
-LDFLAGS+= -L${LOCALBASE}/lib
-
-EG_SRC_DIR= ${WRKSRC}/examples
-EG_DST_DIR= ${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} ${EG_DST_DIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
- ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555
- ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
- ${MKDIR} ${PREFIX}/share/doc/py-gtk
- ${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk
- ${INSTALL_DATA} ${WRKSRC}/THREADS ${PREFIX}/share/doc/py-gtk
-.endif
-
-.include <bsd.port.mk>