1995-08-08 22:09:07 +00:00
|
|
|
# New ports collection makefile for: python
|
1999-04-21 05:56:27 +00:00
|
|
|
# Version required: 1.5.2
|
1995-08-08 22:09:07 +00:00
|
|
|
# Date created: 08 August 1995
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-08-08 22:09:07 +00:00
|
|
|
#
|
|
|
|
|
1999-04-21 05:56:27 +00:00
|
|
|
DISTNAME= py152
|
|
|
|
PKGNAME= python-1.5.2
|
1999-11-03 09:45:26 +00:00
|
|
|
CATEGORIES= lang python tk82
|
1996-01-18 10:18:54 +00:00
|
|
|
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
|
1998-01-06 08:03:13 +00:00
|
|
|
ftp://ftp.cwi.nl/pub/python/src/
|
1998-04-15 07:35:49 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-04-08 09:23:59 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= tg@FreeBSD.org
|
1995-08-08 22:09:07 +00:00
|
|
|
|
1997-11-24 15:12:44 +00:00
|
|
|
LIB_DEPENDS= ${TK_DEPENDS}
|
1996-01-18 10:18:54 +00:00
|
|
|
|
1998-04-24 08:18:25 +00:00
|
|
|
DIST_SUBDIR= python
|
1999-04-21 05:56:27 +00:00
|
|
|
WRKSRC= ${WRKDIR}/Python-1.5.2
|
1997-08-06 06:40:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-10-27 09:47:23 +00:00
|
|
|
CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4'
|
1999-05-19 08:47:50 +00:00
|
|
|
CONFIGURE_ENV= OPT="${CFLAGS}"
|
1996-11-02 19:04:54 +00:00
|
|
|
INSTALL_TARGET= install
|
1998-12-02 08:24:52 +00:00
|
|
|
PLIST= ${WRKDIR}/PLIST
|
1996-11-17 06:12:51 +00:00
|
|
|
MAN1= python.1
|
1995-08-08 22:09:07 +00:00
|
|
|
|
1997-11-24 15:12:44 +00:00
|
|
|
#
|
|
|
|
# The standard setup file
|
|
|
|
#
|
|
|
|
SETUP_FILE= Setup
|
|
|
|
|
|
|
|
#
|
|
|
|
# Support for Tk is compiled in by default.
|
|
|
|
#
|
|
|
|
WITH_TK?= yes
|
|
|
|
.if defined(WITH_TK) && $(WITH_TK) == yes
|
1999-11-03 09:45:26 +00:00
|
|
|
TK_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1998-01-06 08:03:13 +00:00
|
|
|
SETUP_LOCAL= Setup.tk
|
1999-07-15 11:59:41 +00:00
|
|
|
PLIST_TK= ${PKGDIR}/PLIST.tk
|
1997-11-24 15:12:44 +00:00
|
|
|
.endif
|
|
|
|
|
1997-06-02 11:42:56 +00:00
|
|
|
#
|
|
|
|
# If you want to use Python's thread module, you need to set WITH_THREADS
|
1997-08-06 06:40:31 +00:00
|
|
|
# to 'yes', and you must have the FreeBSD threading c library (libc_r)
|
|
|
|
# installed. See 'man 3 pthread' for details on libc_r.
|
1997-06-02 11:42:56 +00:00
|
|
|
#
|
1998-01-07 08:32:54 +00:00
|
|
|
# This option is enabled by default.
|
1998-01-06 08:03:13 +00:00
|
|
|
#
|
1998-01-07 08:32:54 +00:00
|
|
|
WITH_THREADS?= yes
|
1998-12-02 08:24:52 +00:00
|
|
|
LIBC_R!= /sbin/ldconfig -r | grep c_r || true
|
1998-07-23 07:49:12 +00:00
|
|
|
.if ${LIBC_R} != "" && defined(WITH_THREADS) && ${WITH_THREADS} == yes
|
1997-08-06 06:40:31 +00:00
|
|
|
CONFIGURE_ARGS+= --with-thread
|
1998-03-03 08:05:04 +00:00
|
|
|
CFLAGS+= -D_THREAD_SAFE
|
1999-05-19 08:47:50 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="-pthread ${LDFLAGS}"
|
1997-06-02 11:42:56 +00:00
|
|
|
.endif
|
|
|
|
|
1998-01-06 08:03:13 +00:00
|
|
|
#
|
|
|
|
# The mpz module is built on machines with a full source tree
|
|
|
|
#
|
|
|
|
.if exists(/usr/src/contrib/libgmp/gmp-impl.h)
|
|
|
|
SETUP_LOCAL+= Setup.gmp
|
1999-07-15 11:59:41 +00:00
|
|
|
PLIST_GMP= ${PKGDIR}/PLIST.gmp
|
1997-11-24 15:12:44 +00:00
|
|
|
.endif
|
1997-08-29 07:04:27 +00:00
|
|
|
|
1999-07-06 13:27:38 +00:00
|
|
|
#
|
|
|
|
# Install the Tools by default. It contains scripts ranging from an IDE
|
|
|
|
# to a web tree checker, to a collection of simple scripts that are useful
|
|
|
|
# while extending or managing Python.
|
|
|
|
#
|
|
|
|
WITH_TOOLS?= yes
|
1999-07-15 11:59:41 +00:00
|
|
|
.if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes
|
|
|
|
PLIST_TOOLS= ${PKGDIR}/PLIST.Tools
|
|
|
|
.endif
|
1999-07-06 13:27:38 +00:00
|
|
|
|
1998-05-07 08:22:13 +00:00
|
|
|
post-extract:
|
1999-04-21 05:56:27 +00:00
|
|
|
cd ${WRKSRC}/Lib && ${SH} ${FILESDIR}/plat-freebsd4.sh
|
1998-05-07 08:22:13 +00:00
|
|
|
|
1995-08-08 22:09:07 +00:00
|
|
|
post-configure:
|
1997-06-02 11:42:56 +00:00
|
|
|
${CP} ${FILESDIR}/${SETUP_FILE} ${WRKSRC}/Modules/Setup
|
1997-11-24 15:12:44 +00:00
|
|
|
.for file in ${SETUP_LOCAL}
|
|
|
|
${CAT} ${FILESDIR}/${file} >> ${WRKSRC}/Modules/Setup.local
|
|
|
|
.endfor
|
1995-08-08 22:09:07 +00:00
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-02-22 19:06:07 +00:00
|
|
|
.if ${OSVERSION} >= 400000
|
|
|
|
PLATFORMS=plat-freebsd2 plat-freebsd3
|
|
|
|
.elif ${OSVERSION} >= 300000
|
|
|
|
PLATFORMS=plat-freebsd2 plat-freebsd4
|
1999-04-21 05:56:27 +00:00
|
|
|
.else
|
1999-02-22 19:06:07 +00:00
|
|
|
PLATFORMS=plat-freebsd3 plat-freebsd4
|
1998-05-07 08:22:13 +00:00
|
|
|
.endif
|
1999-02-22 19:06:07 +00:00
|
|
|
|
|
|
|
pre-install:
|
1999-04-21 05:56:27 +00:00
|
|
|
.for platform in ${PLATFORMS}
|
|
|
|
${MKDIR} ${PREFIX}/lib/python1.5/${platform}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \
|
|
|
|
${PREFIX}/lib/python1.5/${platform}/
|
|
|
|
.endfor
|
1999-07-15 11:59:41 +00:00
|
|
|
@sort -r -o ${PLIST} ${PLIST_TK} ${PLIST_GMP} ${PLIST_TOOLS} ${PKGDIR}/PLIST
|
1998-05-07 08:22:13 +00:00
|
|
|
|
1996-01-18 10:18:54 +00:00
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/python
|
1998-12-02 08:24:52 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/python
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
|
1999-04-08 17:48:49 +00:00
|
|
|
@${MKDIR} ${PREFIX}/lib/python1.5/site-packages
|
1999-07-06 13:27:38 +00:00
|
|
|
.if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes
|
|
|
|
@cd ${WRKSRC}; tar cf - Tools | \
|
|
|
|
(cd ${PREFIX}/lib/python1.5; tar xf -)
|
|
|
|
.endif
|
1995-08-09 01:30:00 +00:00
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|