2013-09-20 20:35:44 +02:00
|
|
|
# Created by: roland.jesse@gmx.net
|
2002-09-19 10:43:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Coin
|
2010-03-15 16:51:04 +01:00
|
|
|
PORTVERSION= 3.1.3
|
2014-06-23 02:59:51 +02:00
|
|
|
PORTREVISION= 6
|
2002-09-19 10:43:26 +02:00
|
|
|
CATEGORIES= graphics
|
2005-07-09 15:22:15 +02:00
|
|
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
|
|
|
|
ftp://ftp.coin3d.org/pub/coin/src/all/
|
2002-09-19 10:43:26 +02:00
|
|
|
|
2014-03-04 07:07:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API
|
2002-09-19 10:43:26 +02:00
|
|
|
|
2013-12-01 16:49:02 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
LIB_DEPENDS= libsimage.so:${PORTSDIR}/graphics/simage
|
2002-09-19 10:43:26 +02:00
|
|
|
|
2012-10-10 00:12:13 +02:00
|
|
|
USE_GCC= any
|
2014-06-23 02:57:36 +02:00
|
|
|
USES= openal:al libtool
|
2003-12-17 11:13:33 +01:00
|
|
|
USE_GL= yes
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_XORG= xt x11
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-12-27 12:58:53 +01:00
|
|
|
CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \
|
|
|
|
--enable-3ds-import --enable-sound \
|
2014-07-05 20:31:12 +02:00
|
|
|
--enable-javascript-api --enable-debug=no
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-10-07 14:27:42 +02:00
|
|
|
MAKE_ENV= LANG=C
|
2002-09-19 10:43:26 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' ${WRKSRC}/Makefile.in
|
2003-09-27 10:19:56 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2002-09-19 10:43:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|