aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Coin/Makefile
blob: 374c7bc530b57d1c951d630d8ca93eaebe8eb6a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    Coin
# Date created:             10 May 2002
# Whom:                 roland.jesse@gmx.net
#
# $FreeBSD$
#

PORTNAME=   Coin
PORTVERSION=    3.1.2
PORTREVISION=   2
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=    simage.26:${PORTSDIR}/graphics/simage

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

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>