c47486a330
"python". Also, the configure script is patches so that it does not return EXIT_SUCCESS when there was an error.
28 lines
817 B
Makefile
28 lines
817 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/07/27 09:03:28 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libscigraphica-2.1.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
|
|
|
|
MAINTAINER= rillig@NetBSD.org
|
|
HOMEPAGE= http://scigraphica.sourceforge.net/
|
|
COMMENT= Scientific data visualization and analysis library
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake intltool
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in
|
|
|
|
pre-configure:
|
|
ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-numarray/buildlink3.mk"
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk2+extra/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|