5407569239
It is a user-defined variable and should NOT be set in Makefiles.
18 lines
546 B
Makefile
18 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/06/01 12:49:40 thomasklausner Exp $
|
|
|
|
DISTNAME= cxnet-0.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://pypi.python.org/packages/source/c/cxnet/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://django.arek.uni-obuda.hu/cxnet/doc
|
|
COMMENT= Complex networks in education
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../graphics/py-matplotlib/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|