PsychoPy is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package.
26 lines
727 B
Makefile
26 lines
727 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/22 23:12:12 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= PsychoPy-1.61.01
|
|
EGG_NAME= ${DISTNAME}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PsychoPy/pyschopy/}
|
|
CATEGORIES= biology python
|
|
MASTER_SITES= http://psychopy.googlecode.com/files/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/psychopy/
|
|
COMMENT= Psychology and neuroscience software in python
|
|
|
|
#DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
.include "../../devel/py-ctypes/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|