freebsd-ports/graphics/py-pivy/Makefile
Mark Linimon 82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00

25 lines
580 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:devel/swig13
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
USE_PYTHON= autoplist distutils
WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME}
.include <bsd.port.mk>