pkgsrc/graphics/libscigraphica/Makefile

31 lines
898 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.62 2020/12/04 20:45:22 nia Exp $
DISTNAME= libscigraphica-2.1.1
PKGREVISION= 42
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://scigraphica.sourceforge.net/
COMMENT= Scientific data visualization and analysis library
2010-10-06 11:09:30 +02:00
LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
2006-07-20 14:31:03 +02:00
USE_TOOLS+= pkg-config gmake intltool
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in
PYTHON_VERSIONS_ACCEPTED= 27 # py-numarray
pre-configure:
ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
.include "../../lang/python/extension.mk"
.include "../../math/py-numarray/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk2+extra/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"