openbsd-ports/x11/py-wxPython/Makefile
dcoppa 84126e0d3f Update to wxPython-2.8.12.0.
Based on a diff for 2.8.11.0 by rpointel@
Tested in a bulk build by landry@
OK rpointel@, landry@, alek@ (maintainer)
2011-05-22 08:21:34 +00:00

51 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2011/05/22 08:21:34 dcoppa Exp $
SHARED_ONLY= Yes
COMMENT= Python bindings for wxWidgets C++ class library
V= 2.8.12.0
DISTNAME= wxPython-src-$V
PKGNAME= py-wxPython-$V
CATEGORIES= x11 devel
HOMEPAGE= http://www.wxpython.org/
MAINTAINER= Aleksander Piotrowski <alek@openbsd.org>
# modified LGPL
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/}
EXTRACT_SUFX= .tar.bz2
MODULES= lang/python
LIB_DEPENDS= x11/wxWidgets>=2.8.12
WANTLIB += wx_gtk2_aui wx_gtk2_richtext wx_gtk2_gizmos wx_gtk2_stc \
wx_base_xml wx_gtk2_qa wx_base_odbc wx_gtk2_html \
wx_gtk2_gl wx_base wx_gtk2_adv wx_gtk2_xrc wx_gtk2_core \
wx_base_net wx_gtk2_dbgrid m stdc++
WRKSRC= ${WRKDIST}/wxPython
SUBST_VARS += WRKINST
NO_REGRESS= Yes
pre-build:
${SUBST_CMD} ${WRKSRC}/config.py
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-wxPython
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-wxPython/demo
cd ${WRKSRC}/demo; tar -cf - * | \
(cd ${PREFIX}/share/examples/py-wxPython/demo; tar -xf -)
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-wxPython/samples
cd ${WRKSRC}/samples; tar -cf - * | \
(cd ${PREFIX}/share/examples/py-wxPython/samples; tar -xf -)
.include <bsd.port.mk>