c1b44346cd
until proven otherwise.
18 lines
612 B
Makefile
18 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:07 wiz Exp $
|
|
|
|
DISTNAME= python2-biggles-1.6.6
|
|
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//}
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/}
|
|
|
|
MAINTAINER= Kai.Puolamaki@iki.fi
|
|
HOMEPAGE= http://biggles.sourceforge.net/
|
|
COMMENT= Python module for creating 2D scientific plots
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.6.6
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|