1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/python/Makefile

36 lines
799 B
Makefile
Raw Normal View History

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