1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/graphics/py-pivy/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

28 lines
554 B
Makefile

# Created by: Pedro Giffuni <pfg@FreeBSD.org>
# $FreeBSD$
PORTNAME= pivy
PORTVERSION= 0.6.5
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cmt@FreeBSD.org
COMMENT= Python binding for Coin
LICENSE= MIT
BUILD_DEPENDS= cmake:devel/cmake \
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>