19 lines
556 B
Makefile
19 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/10/06 14:11:16 asau Exp $
|
|
#
|
|
|
|
DISTNAME= python-biggles-1.6.3
|
|
PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//}
|
|
PKGREVISION= 5
|
|
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"
|