pkgsrc-wip/py-diffpy-structure/Makefile
Kamel Ibn Aziz Derouiche 2f555f5d58 Import py26-diffpy-structure-1.0-r3067-20090410 as wip/py-diffpy-structure.
Crystal structure container and parsers for structure formats
2010-05-12 16:07:40 +00:00

24 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/12 16:07:40 jihbed Exp $
#
VERS= 1.0-r3067-20090410
DISTNAME= diffpy.Structure-${VERS}
EGG_NAME= diffpy.Structure-1.0_r3067_20090410
PKGNAME= ${PYPKGPREFIX}-diffpy-structure-${VERS}
CATEGORIES= biology
MASTER_SITES= http://www.diffpy.org/packages/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.diffpy.org/
COMMENT= Crystal structure container and parsers for structure formats
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pycifrw>=3.1.4:../../wip/py-pycifrw
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"