summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython28/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-wxPython28/Makefile')
-rw-r--r--x11-toolkits/py-wxPython28/Makefile62
1 files changed, 0 insertions, 62 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile
deleted file mode 100644
index 1bb5d7872fea..000000000000
--- a/x11-toolkits/py-wxPython28/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: wxPython
-# Date created: September 18, 1999
-# Whom: nectar@FreeBSD.ORG
-#
-# $FreeBSD$
-#
-
-PORTNAME= wxPython
-PORTVERSION= 2.4.2.4
-PORTREVISION= 3
-CATEGORIES= x11-toolkits python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= wxpython
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}Src-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython
-
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_BUILDARGS= WX_CONFIG="${WX_CONFIG}"
-DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo
-
-post-build:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo
-.if !defined(DEBUG_FLAGS)
- @${FIND} ${WRKSRC} -name "*.so" | ${XARGS} strip
-.endif
-
-post-install:
- @${MKDIR} ${DEMO_DIR}
-.for glob in *.py *.pyc
- @${INSTALL_DATA} ${WRKSRC}/demo/${glob} ${DEMO_DIR}
-.endfor
-.for dir in bitmaps bmp_source data
- @${MKDIR} ${DEMO_DIR}/${dir}
-.for glob in *
- @${INSTALL_DATA} ${WRKSRC}/demo/${dir}/${glob} ${DEMO_DIR}/${dir}
-.endfor
-.endfor
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITH_GTK1)
-LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
-WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config
-
-CONFIGURE_ARGS+= --enable-gtk2
-PYDISTUTILS_BUILDARGS+= WXPORT=gtk2
-PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS} ${PYDISTUTILS_BUILDARGS}
-.else
-LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
-WX_CONFIG= ${X11BASE}/bin/wxgtk-2.4-config
-.endif
-
-.include <bsd.port.post.mk>