2005-01-23 21:41:45 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:48 recht Exp $
|
2004-12-06 00:28:53 +01:00
|
|
|
#
|
|
|
|
|
2005-01-23 21:41:45 +01:00
|
|
|
DISTNAME= Python-2.4
|
2004-12-06 00:28:53 +01:00
|
|
|
PKGNAME= python24-pth-2.4
|
2005-01-23 21:41:45 +01:00
|
|
|
CATEGORIES= lang python
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
2004-12-06 00:28:53 +01:00
|
|
|
|
2005-01-23 21:41:45 +01:00
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.python.org/
|
|
|
|
COMMENT= Interpreted, interactive, object-oriented programming language
|
2004-12-06 00:28:53 +01:00
|
|
|
|
2005-01-23 21:41:45 +01:00
|
|
|
DEPENDS+= python24>=2.4:../../lang/python24
|
2004-12-06 00:28:53 +01:00
|
|
|
|
2005-01-23 21:41:45 +01:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_BUILDLINK= yes
|
|
|
|
NO_MTREE= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|