summaryrefslogtreecommitdiff
path: root/science/py-paida/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-paida/Makefile')
-rw-r--r--science/py-paida/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/science/py-paida/Makefile b/science/py-paida/Makefile
new file mode 100644
index 000000000000..96a2fcb2e4c3
--- /dev/null
+++ b/science/py-paida/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: paida
+# Date created: 2005-07-17
+# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= paida
+PORTVERSION= 3.2.1.2.8
+CATEGORIES= science python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= paida
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME}-3.2.1_2.8
+
+MAINTAINER= vsevolod@highsecure.ru
+COMMENT= Pure Python scientific analysis package
+
+.if !defined(NO_GUI)
+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+.endif
+
+USE_PYTHON= 2.3+
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>