summaryrefslogblamecommitdiff
path: root/graphics/openproducer/Makefile
blob: 3584566115ef1f980729a391ab280cef96cd1eb9 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                   
                        
 
                                    

                                                                             
                                                                                
                                                                                
 
                   
                                              
 
                                                   
                      
# New ports collection makefile for:	openproducer
# Date created:		22 July 2003
# Whom:			Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	openproducer
PORTVERSION=	1.1
CATEGORIES=	graphics

MAINTAINER=	jylefort@FreeBSD.org
COMMENT=	A cross-platform C++/OpenGL library focused on camera control

BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
RUN_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads

USE_GL=		yes
WRKSRC=		${WRKDIR}/${DISTNAME}/Producer

.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
.include <bsd.port.mk>