summaryrefslogtreecommitdiff
path: root/graphics/scigraphica/Makefile
blob: 0e16d398dd61682caefb13e99d0ad1d56534b113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:33 wiz 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/
COMMENT=	data analysis and technical graphics

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"