1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/Coin/Makefile
Ruslan Makhmatkhanov 8627082363 Reset maintainership by maintainer's request.
Thank you for your past work on this, Cristiano!

PR:		187228  187227
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
2014-03-04 06:07:25 +00:00

34 lines
806 B
Makefile

# Created by: roland.jesse@gmx.net
# $FreeBSD$
PORTNAME= Coin
PORTVERSION= 3.1.3
PORTREVISION= 4
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
LICENSE= BSD
LIB_DEPENDS= libsimage.so:${PORTSDIR}/graphics/simage
USE_GCC= any
USES= 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
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>