diff options
Diffstat (limited to 'lang/python22-pth/Makefile')
-rw-r--r-- | lang/python22-pth/Makefile | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index acacc772e9b..3341553660f 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,22 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:45:16 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/24 08:13:14 grant Exp $ # -DISTNAME= Python-2.2.3 PKGNAME= python22-pth-2.2.3 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.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 - -.include "../../mk/bsd.prefs.mk" - -PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} PTHREAD_OPTS= require .include "../../mk/pthread.buildlink2.mk" @@ -24,17 +9,6 @@ PTHREAD_OPTS= require CONFIGURE_ARGS+= --with-pth .endif -INSTALL_TARGET= altinstall +PY_VER_SUFFIX= 2p2 -post-extract: - ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2p2 - -.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/python22/Makefile.common" |