2005-07-18 18:22:48 +02:00
|
|
|
# New ports collection makefile for: paida
|
|
|
|
# Date created: 2005-07-17
|
|
|
|
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= paida
|
2008-07-18 22:45:17 +02:00
|
|
|
PORTVERSION= 3.2.1.2.10
|
2005-07-18 18:22:48 +02:00
|
|
|
CATEGORIES= science python
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1
|
2005-07-18 18:22:48 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2008-07-18 22:45:17 +02:00
|
|
|
DISTNAME= ${PORTNAME}-3.2.1_2.10.1
|
2005-07-18 18:22:48 +02:00
|
|
|
|
2008-07-18 22:45:17 +02:00
|
|
|
MAINTAINER= wenheping@gmail.com
|
2005-07-18 18:22:48 +02:00
|
|
|
COMMENT= Pure Python scientific analysis package
|
|
|
|
|
|
|
|
.if !defined(NO_GUI)
|
|
|
|
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
|
|
|
.endif
|
|
|
|
|
2009-12-13 18:00:14 +01:00
|
|
|
USE_PYTHON= yes
|
2005-07-18 18:22:48 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2008-07-18 22:45:17 +02:00
|
|
|
PYDISTUTILS_PKGVERSION= 3.2.1_2.10.1
|
2005-07-18 18:22:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|