diff options
author | drochner <drochner> | 2001-01-15 12:37:57 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-01-15 12:37:57 +0000 |
commit | dca6dbb94d3139223bcbf84dfdeaf9c27fddd7cd (patch) | |
tree | 2ae46a34325f773ced85704606526e8deb481ee9 /graphics/scigraphica/Makefile | |
parent | 47e691fd61775004c77dd433e464802e9eafc9b9 (diff) | |
download | pkgsrc-dca6dbb94d3139223bcbf84dfdeaf9c27fddd7cd.tar.gz |
scientific application for data analysis and technical graphics
Diffstat (limited to 'graphics/scigraphica/Makefile')
-rw-r--r-- | graphics/scigraphica/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile new file mode 100644 index 00000000000..be99612d361 --- /dev/null +++ b/graphics/scigraphica/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/15 12:37:57 drochner Exp $ +# + +DISTNAME= sg-0.6.1 +PKGNAME= scigraphica-0.6.1 +CATEGORIES= graphics math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/} + +MAINTAINER= drochner@netbsd.org +HOMEPAGE= http://scigraphica.sourceforge.net/ + +DEPENDS+= gtk+-*:../../x11/gtk +DEPENDS+= gtk+extra>=0.99.12:../../x11/gtk+extra +DEPENDS+= imlib-*:../../graphics/imlib +DEPENDS+= libxml-*:../../textproc/libxml +DEPENDS+= python-*:../../lang/python +DEPENDS+= py-Numeric-*:../../math/py-Numeric +DEPENDS+= readline>=4.0:../../devel/readline + +USE_X11= yes +USE_GMAKE= yes +GNU_CONFIGURE= YES +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" |