25 lines
693 B
Makefile
25 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/14 21:48:23 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= pythics-0.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://pythics.googlecode.com/files/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/pythics/
|
|
COMMENT= Python Instrument Control System
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../devel/py-ctypes/buildlink3.mk"
|
|
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../textproc/py-elementtree/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|