2001-04-28 16:34:12 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/04/28 14:34:12 drochner Exp $
|
2001-01-15 13:37:57 +01:00
|
|
|
#
|
|
|
|
|
2001-04-28 16:34:12 +02:00
|
|
|
DISTNAME= sg-0.6.3
|
|
|
|
PKGNAME= scigraphica-0.6.3
|
2001-01-15 13:37:57 +01:00
|
|
|
CATEGORIES= graphics math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
|
|
|
|
|
|
|
|
MAINTAINER= drochner@netbsd.org
|
|
|
|
HOMEPAGE= http://scigraphica.sourceforge.net/
|
2001-02-16 16:22:13 +01:00
|
|
|
COMMENT= data analysis and technical graphics
|
2001-01-15 13:37:57 +01:00
|
|
|
|
|
|
|
DEPENDS+= gtk+-*:../../x11/gtk
|
2001-04-28 16:34:12 +02:00
|
|
|
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
|
2001-01-15 13:37:57 +01:00
|
|
|
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"
|