26 lines
699 B
Makefile
26 lines
699 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/03/20 22:55:54 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= mwavepy-1.0
|
|
EGG_NAME= ${DISTNAME}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://mwavepy.googlecode.com/files/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/mwavepy/
|
|
COMMENT= Python datatypes and functions for microwave engineering
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26 25
|
|
|
|
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|