summaryrefslogtreecommitdiff
path: root/lang/python15/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-29 19:13:22 +0000
committerdrochner <drochner>2002-01-29 19:13:22 +0000
commitf7c7733aebf38ee2b816866aec32cad8c8dba256 (patch)
tree259c57fd515da0dd5595092dd8275cb9db3c9f76 /lang/python15/Makefile
parent5020ad49a26e04ecde0557ecd88b4c3ec18e66c5 (diff)
downloadpkgsrc-f7c7733aebf38ee2b816866aec32cad8c8dba256.tar.gz
add the old Python-1.5 again - some pkgs run better with it
Diffstat (limited to 'lang/python15/Makefile')
-rw-r--r--lang/python15/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile
new file mode 100644
index 00000000000..e7e68446ac9
--- /dev/null
+++ b/lang/python15/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 19:13:22 drochner Exp $
+#
+
+DISTNAME= py152
+PKGNAME= python15-1.5.2
+CATEGORIES= lang
+MASTER_SITES= http://www.python.org/ftp/python/src/
+EXTRACT_SUFX= .tgz
+WRKSRC= ${WRKDIR}/Python-1.5.2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.python.org/
+COMMENT= Interpreted, interactive, object-oriented programming language
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-thread
+
+INSTALL_TARGET= altinstall
+
+.include "../../mk/bsd.pkg.mk"