2012-02-06 13:39:49 +01:00
|
|
|
# $NetBSD: Makefile,v 1.19 2012/02/06 12:40:16 wiz Exp $
|
2005-11-04 08:21:24 +01:00
|
|
|
|
2005-11-08 21:10:08 +01:00
|
|
|
DISTNAME= Coin-2.4.4
|
2012-02-06 13:39:49 +01:00
|
|
|
PKGREVISION= 9
|
2005-11-04 08:21:24 +01:00
|
|
|
CATEGORIES= graphics
|
2005-11-08 21:10:08 +01:00
|
|
|
MASTER_SITES= http://ftp.coin3d.org/coin/src/all/
|
2005-11-04 08:21:24 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-11-04 08:21:24 +01:00
|
|
|
HOMEPAGE= http://www.coin3d.org/
|
|
|
|
COMMENT= Free, portable, Open Inventor API implementation
|
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-05-22 18:46:54 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2007-03-08 14:39:20 +01:00
|
|
|
USE_LIBTOOL= yes
|
2005-11-04 08:21:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-3ds-import
|
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
|
|
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
|
|
|
|
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
|
|
|
|
CONFIGURE_ARGS+= --with-pthreads=yes
|
|
|
|
CONFIGURE_ARGS+= --enable-threadsafe
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../graphics/simage/buildlink3.mk"
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
2007-02-15 15:33:43 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
2005-11-04 08:21:24 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|