freebsd-ports/science/veusz/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
638 B
Makefile

# Created by: Stas Timokhin <devel@stasyan.com>
# $FreeBSD$
PORTNAME= veusz
PORTVERSION= 1.19.1
PORTREVISION= 2
CATEGORIES= science kde
MASTER_SITES= http://download.gna.org/veusz/
MAINTAINER= devel@stasyan.com
COMMENT= Scientific plotting package
LICENSE= GPLv2
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \
${PYTHON_PKGNAMEPREFIX}qt4-svg>0:graphics/py-qt4-svg
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} \
-e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
${WRKSRC}/setup.py
.include <bsd.port.mk>