freebsd-ports/lang/python21/Makefile
Satoshi Asami 5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00

29 lines
610 B
Makefile

# New ports collection makefile for: python
# Version required: 1.2
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.2 1995/08/09 01:30:00 asami Exp $
#
DISTNAME= python1.2
PKGNAME= python-1.2
CATEGORIES+= lang
MASTER_SITES= ftp://www.python.org/pub/python/src/
MAINTAINER= jkh@FreeBSD.org
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
WRKSRC= ${WRKDIR}/Python-1.2
HAS_CONFIGURE= yes
.include <bsd.port.mk>