freebsd-ports/lang/python/Makefile
Jordan K. Hubbard 89ab16ba94 Upgrade this port to use the latest tcl/tk.
Patches Submitted by:	Soren Dayton <soren@ambiguity.i-2.com>
1996-05-11 23:34:24 +00:00

36 lines
798 B
Makefile

# New ports collection makefile for: python
# Version required: 1.2
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.4 1996/01/18 10:18:36 jkh Exp $
#
DISTNAME= python1.3
PKGNAME= python-1.3
CATEGORIES+= lang
MASTER_SITES= ftp://www.python.org/pub/python/src/ \
ftp://ftp.cwi.nl/pub/python/src/
MAINTAINER= jkh@FreeBSD.org
LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
tk41\\.1\\.:${PORTSDIR}/x11/tk41
WRKSRC= ${WRKDIR}/Python-1.3
HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install libinstall maninstall
post-configure:
cp ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>