summaryrefslogtreecommitdiff
path: root/lang/python22-pth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22-pth/Makefile')
-rw-r--r--lang/python22-pth/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile
new file mode 100644
index 00000000000..95d691d919d
--- /dev/null
+++ b/lang/python22-pth/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/25 10:48:48 drochner Exp $
+#
+
+DISTNAME= Python-2.2.2
+PKGNAME= python22-pth-2.2.2
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.python.org/
+COMMENT= Interpreted, interactive, object-oriented programming language
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//}
+PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \
+ ${PKGDIR}/PLIST.common_end
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= --with-pth
+.endif
+
+INSTALL_TARGET= altinstall
+
+post-extract:
+ ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2p2
+
+.include "../../devel/pth/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
+
+# This comes after bsd.pkg.mk so that the LDFLAGS here overrides the one
+# set earlier in the environment (last definition wins).
+#
+.if ${OBJECT_FMT} == "a.out"
+MAKE_ENV+= LDFLAGS="${LDFLAGS:S/-Wl,//}"
+.endif