bcallah dd6668f43f Update to 1.21
Selected changelog:
Add HDF5 saved document format, master color setting for xy point and
nonorthpoint plot, more accurate axis tick label bounding boxes, and
switching to scientific notation earlier when showing float settings, along
with bug fixes.
2014-05-07 11:39:16 +00:00

34 lines
779 B
Makefile

# $OpenBSD: Makefile,v 1.6 2014/05/07 11:39:16 bcallah Exp $
COMMENT = scientific plotting and graphing package
MODPY_EGG_VERSION = 1.21
DISTNAME = veusz-${MODPY_EGG_VERSION}
CATEGORIES = math graphics
HOMEPAGE = http://home.gna.org/veusz/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += lib/qt4/QtGui lib/qt4/QtXml m pthread stdc++ ${MODPY_WANTLIB}
MASTER_SITES = http://download.gna.org/veusz/
MODULES = lang/python \
x11/qt4
BUILD_DEPENDS = math/py-numpy \
x11/py-qt4
RUN_DEPENDS = math/py-numpy \
x11/py-qt4
# Veusz must be installed for the tests to work!
# Otherwise, complains that veusz.compat cannot be found and exits.
do-test:
cd ${WRKSRC}/tests && ${MODPY_BIN} runselftest.py
.include <bsd.port.mk>