mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
624ea74f53
for those ports, unbreak: science/veusz math/qtiplot emulators/swine devel/ninja-ide PR: 210045 Reported by: antoine Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
29 lines
638 B
Makefile
29 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>
|