summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-29 12:13:40 +0000
committerdrochner <drochner>2002-01-29 12:13:40 +0000
commit99e54f2c902916a8cde2e76acedbca512967040e (patch)
treea19b91c61b1540058a6636a553ef64794ee5134a /lang/python
parent20d0c51adc6a8984407a0a2f93585efdb477018f (diff)
downloadpkgsrc-99e54f2c902916a8cde2e76acedbca512967040e.tar.gz
not needed anymore
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/Makefile.inc42
1 files changed, 0 insertions, 42 deletions
diff --git a/lang/python/Makefile.inc b/lang/python/Makefile.inc
deleted file mode 100644
index 6f2799b6b1a..00000000000
--- a/lang/python/Makefile.inc
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.2 2001/05/30 04:59:36 jlam Exp $
-#
-
-PY_VERSION= 2.0
-PY_DISTNAME= BeOpen-Python-${PY_VERSION}
-PY_MASTER_SITES=http://www.pythonlabs.com/products/python${PY_VERSION}/downloads/
-DIST_SUBDIR?= python
-
-PY_WRKSRC= ${WRKDIR}/Python-${PY_VERSION}/Modules
-PY_MODULES= Python-${PY_VERSION}/Modules
-
-PY_CONFIGDIR= ${LOCALBASE}/lib/python${PY_VERSION}/config
-PY_LIBPATH= lib/python${PY_VERSION}
-PY_LIBDIR= ${LOCALBASE}/${PY_LIBPATH}
-PY_SITEPATH= ${PY_LIBPATH}/site-packages
-PY_SITEPKG= ${PY_LIBDIR}/site-packages
-PY_PROG= ${LOCALBASE}/bin/python${PY_VERSION}
-PY_INCDIR= ${LOCALBASE}/include/python${PY_VERSION}
-
-PY_COMPILEDIR= ${PY_PROG} ${PY_LIBDIR}/compileall.py
-
-DEPENDS+= python-${PY_VERSION}*:../../lang/python
-
-ALL_TARGET?= default
-
-.if ${MACHINE_ARCH} == "sparc64"
-IGNORE="${PKGNAME} needs dynamic loading"
-.endif
-
-# Set PY_SETUP_SUBST to substitute "${variable}" for "@value@" in Setup.in.
-PY_SETUP_SUBST+= LOCALBASE=${LOCALBASE}
-PY_SETUP_SUBST+= X11BASE=${X11BASE}
-
-# This is used for standard modules shipped with Python but build as
-# separate packages.
-
-python-std-do-configure:
- ${SED} ${PY_SETUP_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \
- ${FILESDIR}/Setup.in > ${WRKSRC}/Setup.in
- ( cd ${WRKSRC} ;\
- ${CP} ${PY_CONFIGDIR}/Makefile.pre.in .;\
- ${MAKE} -f Makefile.pre.in boot)