pkgsrc/math/py-Numeric/Makefile
obache 959d21e935 register egg-info.
Bump PKGREVISION.
2011-10-25 08:53:50 +00:00

24 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.48 2011/10/25 08:53:50 obache Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
PKG_DESTDIR_SUPPORT= user-destdir
PYSETUP= setup.py
PLIST_VARS+= blas
.if exists(/System/Library/Frameworks/vecLib.framework)
BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers
PLIST.blas= yes
.endif
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"