19 lines
555 B
Makefile
19 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.17 2013/02/16 11:22:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= python-biggles-1.6.3
|
|
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
|
|
PKGREVISION= 6
|
|
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
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-Numeric/buildlink3.mk"
|
|
.include "../../graphics/plotutils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|