1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/graphics/Coin/Makefile
Li-Wen Hsu cb9b7350d7 - Update to version 2.5.0, which achieves full OpenInventor 2.1 compatibility.
- Add experimental JavaScript support

PR:		ports/118679
Submitted by:	"Pedro F. Giffuni" <giffunip AT tutopia.com>
2007-12-27 11:58:53 +00:00

36 lines
927 B
Makefile

# New ports collection makefile for: Coin
# Date created: 10 May 2002
# Whom: roland.jesse@gmx.net
#
# $FreeBSD$
#
PORTNAME= Coin
PORTVERSION= 2.5.0
CATEGORIES= graphics
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \
ftp://ftp.coin3d.org/pub/coin/src/all/
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
simage.26:${PORTSDIR}/graphics/simage
USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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
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>