blob: 70a2189632fba35ddfc994007442054b3cac368d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: science/veusz
# Date created: 04 Jan 2011
# Whom: Stas Timokhin <devel@stasyan.com>
#
# $FreeBSD$
#
PORTNAME= veusz
PORTVERSION= 1.12
PORTREVISION= 2
CATEGORIES= science kde
MASTER_SITES= http://download.gna.org/veusz/
MAINTAINER= devel@stasyan.com
COMMENT= Scientific plotting package
LICENSE= GPLv2
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
INSTALLS_EGGINFO= yes
.include <bsd.port.mk>
|