summaryrefslogtreecommitdiff
path: root/lang/python21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r--lang/python21/Makefile27
1 files changed, 3 insertions, 24 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index d7860270560..aa0c9d432d1 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,32 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 21:45:14 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/24 07:09:15 grant Exp $
#
-DISTNAME= Python-2.1.3
PKGNAME= python21-2.1.3
PKGREVISION= 1
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/
-EXTRACT_SUFX= .tgz
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-USE_BUILDLINK2= YES
-GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-threads
-INSTALL_TARGET= altinstall
-
-post-extract:
- ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2.1
+PY_VER_SUFFIX= 2.1
-.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
+.include "../../lang/python21/Makefile.common"