2013-10-10 16:41:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.34 2013/10/10 14:41:48 ryoon Exp $
|
2006-07-02 12:18:32 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libscigraphica-2.1.1
|
2013-10-10 16:41:44 +02:00
|
|
|
PKGREVISION= 25
|
2006-07-02 12:18:32 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
|
|
|
|
|
2008-03-04 12:02:23 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-07-02 12:18:32 +02:00
|
|
|
HOMEPAGE= http://scigraphica.sourceforge.net/
|
|
|
|
COMMENT= Scientific data visualization and analysis library
|
2010-10-06 11:09:30 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2006-07-02 12:18:32 +02:00
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
2006-07-20 14:31:03 +02:00
|
|
|
USE_TOOLS+= pkg-config gmake intltool
|
2006-07-02 12:18:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in
|
|
|
|
|
2006-07-27 11:03:28 +02:00
|
|
|
pre-configure:
|
2007-09-25 12:03:52 +02:00
|
|
|
ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python
|
2006-07-27 11:03:28 +02:00
|
|
|
|
2006-07-02 12:18:32 +02:00
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../math/py-numarray/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../graphics/libart/buildlink3.mk"
|
2006-07-02 12:18:32 +02:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2+extra/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|