c80a182aef
Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications. WWW: https://pypi.python.org/pypi/Pivy PR: 193684 Submitted by: pfg
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# Created by: Pedro Giffuni <pfg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pivy
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= https://bitbucket.org/Coin3D/pivy/get/
|
|
DISTNAME= 8eab90908f2a
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Python binding for Coin
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
|
|
LIB_DEPENDS= libSoQt.so:${PORTSDIR}/x11-toolkits/soqt
|
|
|
|
USES= zip python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME}
|
|
|
|
.include <bsd.port.mk>
|