Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
24 lines
666 B
Makefile
24 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/04/08 19:09:49 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= PsychoPy-1.61.01
|
|
EGG_NAME= ${DISTNAME}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PsychoPy/pyschopy/}
|
|
PKGREVISION= 4
|
|
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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|