# Created by: roland.jesse@gmx.net
# $FreeBSD: graphics/Coin/Makefile 327733 2013-09-20 18:35:44Z bapt $

PORTNAME=	Coin
PORTVERSION=	3.1.3
PORTREVISION=	3
CATEGORIES=	graphics
MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
		ftp://ftp.coin3d.org/pub/coin/src/all/

MAINTAINER=	cristianorolim@hotmail.com
COMMENT=	C++ 3D graphics library based on the Open Inventor 2.1 API

LIB_DEPENDS=	simage.27:${PORTSDIR}/graphics/simage

USE_GCC=	any
USE_OPENAL=	al
USE_GL=		yes
USE_XORG=	xt x11
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-pthread=yes --enable-threadsafe	\
		--enable-3ds-import --enable-sound	\
		--enable-javascript-api
USE_LDCONFIG=	yes
MAKE_ENV=	LANG=C

MAN1=		coin-config.1

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

.include <bsd.port.mk>
