diff options
author | jkh <jkh@FreeBSD.org> | 1995-08-09 06:09:07 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-08-09 06:09:07 +0800 |
commit | 1857f68702c618e8507745329bf7909dbeccff5c (patch) | |
tree | 0fca4a5ed9d03b35f93ef564d50cf1a9d893ceba /lang/python/Makefile | |
parent | 532cb5afe959d5d886f51eef1c63b7526148ff52 (diff) | |
download | freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.tar.gz freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.tar.zst freebsd-ports-gnome-1857f68702c618e8507745329bf7909dbeccff5c.zip |
The Python programming language.
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile new file mode 100644 index 000000000000..a8ea89a2cc8d --- /dev/null +++ b/lang/python/Makefile @@ -0,0 +1,26 @@ +# 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> |