summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-wxPython24/Makefile')
-rw-r--r--x11-toolkits/py-wxPython24/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile
deleted file mode 100644
index 46dfb8695785..000000000000
--- a/x11-toolkits/py-wxPython24/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: wxPython
-# Date created: September 18, 1999
-# Whom: nectar@FreeBSD.ORG
-#
-# $FreeBSD$
-#
-
-PORTNAME= py-wxPython
-PORTVERSION= 2.2.1
-CATEGORIES= x11-toolkits python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= wxpython
-DISTNAME= wxPython-${PORTVERSION}
-
-MAINTAINER= nectar@FreeBSD.ORG
-
-BUILD_DEPENDS= wx-config:${PORTSDIR}/x11-toolkits/wxgtk
-LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-USE_GMAKE= yes
-USE_NEWGCC= yes
-USE_PYTHON= yes
-USE_GTK= yes
-MAKE_ENV= "LN_S=${LN} -s" "INSTALL_DATA=${INSTALL_DATA}"
-ALL_TARGET= default
-INSTALL_TARGET= install-freebsd
-
-TARGETDIR= ${PREFIX}/lib/python1.5/site-packages/wxPython
-TARGETDIR= ${PYTHON_SITELIBDIR}/wxPython
-HELPERLIBDIR= ${PREFIX}/lib
-
-do-configure:
- ${SED} -e "s:%CFLAGS%:${CFLAGS} `${GTK_CONFIG} --cflags`:" \
- -e "s:%LFLAGS%:`${GTK_CONFIG} --libs` -L${WRKSRC}:" \
- -e "s:%TARGETDIR%:${TARGETDIR}:" \
- -e "s:%HELPERLIBDIR%:${HELPERLIBDIR}:" \
- -e "s:%CXX%:${CXX}:" -e "s:%WRKSRC%:${WRKSRC}:" \
- ${FILESDIR}/build.local > ${WRKSRC}/../build.local
- cd ${WRKSRC} && ../distrib/build.py
-
-.include <bsd.port.mk>