37 lines
922 B
Makefile
37 lines
922 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/07/17 21:45:15 grant Exp $
|
|
#
|
|
|
|
DISTNAME= Python-2.1.3
|
|
PKGNAME= python21-pth-2.1.3
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
PTHREAD_OPTS= require
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.if ${PTHREAD_TYPE} == "pth"
|
|
CONFIGURE_ARGS+= --with-pth
|
|
.endif
|
|
|
|
INSTALL_TARGET= altinstall
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc2p1
|
|
|
|
.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
|