diff options
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile new file mode 100644 index 00000000000..9a8406592ce --- /dev/null +++ b/graphics/Coin/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:21:24 rillig Exp $ + +DISTNAME= Coin-2.2.1 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.coin3d.org/ +COMMENT= Free, portable, Open Inventor API implementation + +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" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |