2015-12-05 22:25:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.21 2015/12/05 21:25:45 adam Exp $
|
2004-02-21 04:25:04 +01:00
|
|
|
|
2014-01-19 14:43:39 +01:00
|
|
|
DISTNAME= python2-biggles-1.6.6
|
|
|
|
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//}
|
2004-07-22 11:15:59 +02:00
|
|
|
CATEGORIES= graphics python
|
2004-02-21 04:25:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/}
|
|
|
|
|
|
|
|
MAINTAINER= Kai.Puolamaki@iki.fi
|
|
|
|
HOMEPAGE= http://biggles.sourceforge.net/
|
2007-02-22 20:26:05 +01:00
|
|
|
COMMENT= Python module for creating 2D scientific plots
|
2004-02-21 04:25:04 +01:00
|
|
|
|
2015-12-05 22:25:27 +01:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not ported yet as of 1.6.6
|
2004-02-21 04:25:04 +01:00
|
|
|
|
2014-01-19 14:43:39 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
2004-02-21 04:25:04 +01:00
|
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|