mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
27 lines
540 B
Makefile
27 lines
540 B
Makefile
|
# New ports collection makefile for: python
|
||
|
# Version required: 1.2
|
||
|
# Date created: 08 August 1995
|
||
|
# Whom: jkh
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= python1.2
|
||
|
CATEGORIES+= languages
|
||
|
MASTER_SITES= ftp://www.python.org/pub/python/src/
|
||
|
|
||
|
MAINTAINER= jkh@FreeBSD.org
|
||
|
WRKSRC= ${WRKDIR}/Python-1.2
|
||
|
HAS_CONFIGURE= yes
|
||
|
|
||
|
LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \
|
||
|
tk\\.3\\.:${PORTSDIR}/x11/tk
|
||
|
|
||
|
post-configure:
|
||
|
cp ${FILESDIR}/Setup ${WRKSRC}/Modules
|
||
|
|
||
|
pre-install:
|
||
|
cd ${WRKSRC}; ${MAKE} libinstall
|
||
|
|
||
|
.include <bsd.port.mk>
|