ae5a97419f
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
38 lines
961 B
Makefile
38 lines
961 B
Makefile
# $NetBSD: Makefile,v 1.22 2004/03/08 19:40:39 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= scigraphica-0.8.0
|
|
PKGREVISION= 6
|
|
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+= gnome1-dirs>=1.5:../../misc/gnome1-dirs
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_GNU_READLINE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --without-gnome
|
|
CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN}
|
|
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
PY_PATCHPLIST= YES
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../graphics/imlib/buildlink2.mk"
|
|
.include "../../math/py-Numeric/buildlink2.mk"
|
|
.include "../../textproc/libxml/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
.include "../../x11/gtk+extra/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|