1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/py-pivy/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

28 lines
611 B
Makefile

# Created by: Pedro Giffuni <pfg@FreeBSD.org>
# $FreeBSD$
PORTNAME= pivy
PORTVERSION= 0.5.0
PORTREVISION= 1
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= swig3.0:devel/swig30
LIB_DEPENDS= libSoQt.so:x11-toolkits/soqt
BROKEN_powerpc64= fails to link: coin_wrap.o: relocation truncated to fit: R_PPC64_TOC16_DS
USES= zip python:2.7
USE_PYTHON= autoplist distutils
BINARY_ALIAS= swig=swig3.0
WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME}
.include <bsd.port.mk>