8b5589a2ea
py-* not affected, since it built different versions depending on the setting already.
26 lines
693 B
Makefile
26 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.29 2012/03/09 12:34:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= veusz-1.14
|
|
PKGREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.gna.org/veusz/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://home.gna.org/veusz/
|
|
COMMENT= Scientific plotting package
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
REPLACE_PYTHON= examples/embedexample.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/py-qt4/buildlink3.mk"
|
|
.include "../../x11/py-sip/buildlink3.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|