freebsd-ports/graphics/py-pivy/Makefile
Daniel Engberg e942e560c4 */*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
2022-09-09 22:32:24 +02:00

25 lines
537 B
Makefile

PORTNAME= pivy
PORTVERSION= 0.6.6
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cmt@FreeBSD.org
COMMENT= Python binding for Coin
WWW= https://github.com/coin3d/pivy
LICENSE= MIT
BUILD_DEPENDS= cmake:devel/cmake-core \
swig:devel/swig
LIB_DEPENDS= libCoin.so:graphics/Coin \
libSoQt.so:x11-toolkits/soqt
USES= compiler:c11 python:3.6+ qt:5
USE_GITHUB= yes
GH_ACCOUNT= coin3d
USE_PYTHON= autoplist distutils
USE_QT= core gui opengl widgets
INSTALL_TARGET= install-strip
.include <bsd.port.mk>